#37042D

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

Shades of Blackberry #37042D

Tints of Blackberry #37042D

Color information

#37042D (or 0x37042D) is unknown color: approx Blackberry. HEX triplet: 37, 04 and 2D. RGB value is (55,4,45). Sum of RGB (Red+Green+Blue) = 55+4+45=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37042D is #C8FBD2. Grayscale: #171717. Windows color (decimal): -13171667 or 2950199. OLE color: 2950199.

HSL color Cylindrical-coordinate representation of color #37042D: hue angle of 311.76º 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 #37042D is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB55445-
CMYK00.930.180.78
HSL311.76º86.44%11.57%-
HSV(B)311.76º92.73%21.57%-
XYZ2.091.092.58-
YUV23.92139.9150.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=52.88%
G=3.85%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5544500.930.180.78311.7686.4411.57
Hex3742D05D124E13856c
Octal6745501352211647012614
Binary1101111001011010101110110010100111010011100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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