#372A18

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

Shades of Black Magic #372A18

Tints of Black Magic #372A18

Color information

#372A18 (or 0x372A18) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 18. RGB value is (55,42,24). Sum of RGB (Red+Green+Blue) = 55+42+24=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #372A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A18 is #C8D5E7. Grayscale: #2B2B2B. Windows color (decimal): -13161960 or 1583671. OLE color: 1583671.

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

Color convert

RGB554224-
CMYK00.240.560.78
HSL34.84º39.24%15.49%-
HSV(B)34.84º56.36%21.57%-
XYZ2.572.531.22-
YUV43.84116.81135.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=45.45%
G=34.71%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55422400.240.560.7834.8439.2415.49
Hex372A18018384E2327f
Octal67523003070116434717
Binary1101111010101100001100011100010011101000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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