#37062D

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

Shades of Blackberry #37062D

Tints of Blackberry #37062D

Color information

#37062D (or 0x37062D) is unknown color: approx Blackberry. HEX triplet: 37, 06 and 2D. RGB value is (55,6,45). Sum of RGB (Red+Green+Blue) = 55+6+45=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37062D is #C8F9D2. Grayscale: #181818. Windows color (decimal): -13171155 or 2950711. OLE color: 2950711.

HSL color Cylindrical-coordinate representation of color #37062D: hue angle of 312.24º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37062D is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB55645-
CMYK00.890.180.78
HSL312.24º80.33%11.96%-
HSV(B)312.24º89.09%21.57%-
XYZ2.111.132.59-
YUV25.1139.23149.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=51.89%
G=5.66%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5564500.890.180.78312.2480.3311.96
Hex3762D059124E13850c
Octal6765501312211647012014
Binary1101111101011010101100110010100111010011100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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