#37042C

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

Shades of Blackberry #37042C

Tints of Blackberry #37042C

Color information

#37042C (or 0x37042C) is unknown color: approx Blackberry. HEX triplet: 37, 04 and 2C. RGB value is (55,4,44). Sum of RGB (Red+Green+Blue) = 55+4+44=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37042C is #C8FBD3. Grayscale: #171717. Windows color (decimal): -13171668 or 2884663. OLE color: 2884663.

HSL color Cylindrical-coordinate representation of color #37042C: hue angle of 312.94º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37042C is Cyan = 0, Magento = 0.93, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB55444-
CMYK00.930.20.78
HSL312.94º86.44%11.57%-
HSV(B)312.94º92.73%21.57%-
XYZ2.071.082.48-
YUV23.81139.4150.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=53.40%
G=3.88%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5544400.930.20.78312.9486.4411.57
Hex3742C05D144E13956c
Octal6745401352411647112614
Binary1101111001011000101110110100100111010011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37042C; }

 p { color: rgb(55,4,44); }

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

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

 a { background-color: rgb(55,4,44); }

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

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

 span { border-color: rgb(55,4,44); }

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