#37112A

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

Shades of Blackberry #37112A

Tints of Blackberry #37112A

Color information

#37112A (or 0x37112A) is unknown color: approx Blackberry. HEX triplet: 37, 11 and 2A. RGB value is (55,17,42). Sum of RGB (Red+Green+Blue) = 55+17+42=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #37112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37112A is #C8EED5. Grayscale: #1F1F1F. Windows color (decimal): -13168342 or 2756919. OLE color: 2756919.

HSL color Cylindrical-coordinate representation of color #37112A: hue angle of 320.53º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37112A is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB551742-
CMYK00.690.240.78
HSL320.53º52.78%14.12%-
HSV(B)320.53º69.09%21.57%-
XYZ2.191.382.34-
YUV31.21134.09144.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=48.25%
G=14.91%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55174200.690.240.78320.5352.7814.12
Hex37112A045184E14135e
Octal6721520105301165016516
Binary11011110001101010010001011100010011101010000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37112A; }

 p { color: rgb(55,17,42); }

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

<style>
 a { background-color: #37112A; }

 a { background-color: rgb(55,17,42); }

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

<style>
 span { border-color: #37112A; }

 span { border-color: rgb(55,17,42); }

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