#37182C

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

Shades of Blackberry #37182C

Tints of Blackberry #37182C

Color information

#37182C (or 0x37182C) is unknown color: approx Blackberry. HEX triplet: 37, 18 and 2C. RGB value is (55,24,44). Sum of RGB (Red+Green+Blue) = 55+24+44=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #37182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37182C is #C8E7D3. Grayscale: #232323. Windows color (decimal): -13166548 or 2889783. OLE color: 2889783.

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

Color convert

RGB552444-
CMYK00.560.20.78
HSL321.29º39.24%15.49%-
HSV(B)321.29º56.36%21.57%-
XYZ2.361.652.58-
YUV35.55132.77141.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=44.72%
G=19.51%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55244400.560.20.78321.2939.2415.49
Hex37182C038144E14127f
Octal673054070241165014717
Binary1101111100010110001110001010010011101010000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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