#37021D

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

Shades of Blackberry #37021D

Tints of Blackberry #37021D

Color information

#37021D (or 0x37021D) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 1D. RGB value is (55,2,29). Sum of RGB (Red+Green+Blue) = 55+2+29=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #37021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37021D is #C8FDE2. Grayscale: #141414. Windows color (decimal): -13172195 or 1901111. OLE color: 1901111.

HSL color Cylindrical-coordinate representation of color #37021D: hue angle of 329.43º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37021D is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB55229-
CMYK00.960.470.78
HSL329.43º92.98%11.18%-
HSV(B)329.43º96.36%21.57%-
XYZ1.820.941.25-
YUV20.92132.56152.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.95%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=63.95%
G=2.33%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5522900.960.470.78329.4392.9811.18
Hex3721D0602F4E1495db
Octal6723501405711651113513
Binary110111101110101100000101111100111010100100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37021D; }

 p { color: rgb(55,2,29); }

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

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

 a { background-color: rgb(55,2,29); }

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

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

 span { border-color: rgb(55,2,29); }

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