#371021

Color #371021 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #371021

Tints of Blackberry #371021

Color information

#371021 (or 0x371021) is unknown color: approx Blackberry. HEX triplet: 37, 10 and 21. RGB value is (55,16,33). Sum of RGB (Red+Green+Blue) = 55+16+33=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #371021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371021 is #C8EFDE. Grayscale: #1D1D1D. Windows color (decimal): -13168607 or 2166839. OLE color: 2166839.

HSL color Cylindrical-coordinate representation of color #371021: hue angle of 333.85º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371021 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB551633-
CMYK00.710.40.78
HSL333.85º54.93%13.92%-
HSV(B)333.85º70.91%21.57%-
XYZ2.041.291.58-
YUV29.6129.92146.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=52.88%
G=15.38%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55163300.710.40.78333.8554.9313.92
Hex371021047284E14e37e
Octal6720410107501165166716
Binary110111100001000010100011110100010011101010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371021; }

 p { color: rgb(55,16,33); }

 H1.HeaderClassName
 {
   color: #371021;
 }
 .AnyTagClassName
 {
   color: #371021;
 }
</style>
background-color css

<style>
 a { background-color: #371021; }

 a { background-color: rgb(55,16,33); }

 div.DivClassName
 {
   background-color: #371021;
 }
 .BgClassName
 {
   background-color: #371021;
 }
</style>
border-color css

<style>
 span { border-color: #371021; }

 span { border-color: rgb(55,16,33); }

 td.TdClassName
 {
   border-color: #371021;
 }
 .TagClassName
 {
   border-color: #371021;
 }
</style>