#37091D

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

Shades of Blackberry #37091D

Tints of Blackberry #37091D

Color information

#37091D (or 0x37091D) is unknown color: approx Blackberry. HEX triplet: 37, 09 and 1D. RGB value is (55,9,29). Sum of RGB (Red+Green+Blue) = 55+9+29=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #37091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37091D is #C8F6E2. Grayscale: #191919. Windows color (decimal): -13170403 or 1902903. OLE color: 1902903.

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

Color convert

RGB55929-
CMYK00.840.470.78
HSL333.91º71.88%12.55%-
HSV(B)333.91º83.64%21.57%-
XYZ1.91.11.27-
YUV25.03130.24149.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=59.14%
G=9.68%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5592900.840.470.78333.9171.8812.55
Hex3791D0542F4E14e48d
Octal67113501245711651611015
Binary11011110011110101010100101111100111010100111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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