#372B18

Color #372B18 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #372B18

Tints of Black Magic #372B18

Color information

#372B18 (or 0x372B18) is unknown color: approx Black Magic. HEX triplet: 37, 2B and 18. RGB value is (55,43,24). Sum of RGB (Red+Green+Blue) = 55+43+24=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B18 is #C8D4E7. Grayscale: #2C2C2C. Windows color (decimal): -13161704 or 1583927. OLE color: 1583927.

HSL color Cylindrical-coordinate representation of color #372B18: hue angle of 36.77º 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 #372B18 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB554324-
CMYK00.220.560.78
HSL36.77º39.24%15.49%-
HSV(B)36.77º56.36%21.57%-
XYZ2.62.611.23-
YUV44.42116.48135.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=45.08%
G=35.25%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55432400.220.560.7836.7739.2415.49
Hex372B18016384E2527f
Octal67533002670116454717
Binary1101111010111100001011011100010011101001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372B18; }

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

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

<style>
 a { background-color: #372B18; }

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

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

<style>
 span { border-color: #372B18; }

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

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