#372E18

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

Shades of Black Magic #372E18

Tints of Black Magic #372E18

Color information

#372E18 (or 0x372E18) is unknown color: approx Black Magic. HEX triplet: 37, 2E and 18. RGB value is (55,46,24). Sum of RGB (Red+Green+Blue) = 55+46+24=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #372E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E18 is #C8D1E7. Grayscale: #2E2E2E. Windows color (decimal): -13160936 or 1584695. OLE color: 1584695.

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

Color convert

RGB554624-
CMYK00.160.560.78
HSL42.58º39.24%15.49%-
HSV(B)42.58º56.36%21.57%-
XYZ2.722.831.27-
YUV46.18115.48134.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=44%
G=36.8%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55462400.160.560.7842.5839.2415.49
Hex372E18010384E2b27f
Octal67563002070116534717
Binary1101111011101100001000011100010011101010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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