#372C18

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

Shades of Black Magic #372C18

Tints of Black Magic #372C18

Color information

#372C18 (or 0x372C18) is unknown color: approx Black Magic. HEX triplet: 37, 2C and 18. RGB value is (55,44,24). Sum of RGB (Red+Green+Blue) = 55+44+24=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #372C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C18 is #C8D3E7. Grayscale: #2D2D2D. Windows color (decimal): -13161448 or 1584183. OLE color: 1584183.

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

Color convert

RGB554424-
CMYK00.20.560.78
HSL38.71º39.24%15.49%-
HSV(B)38.71º56.36%21.57%-
XYZ2.642.681.24-
YUV45.01116.14135.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55442400.20.560.7838.7139.2415.49
Hex372C18014384E2727f
Octal67543002470116474717
Binary1101111011001100001010011100010011101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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