#372C08

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

Shades of Black Magic #372C08

Tints of Black Magic #372C08

Color information

#372C08 (or 0x372C08) is unknown color: approx Black Magic. HEX triplet: 37, 2C and 08. RGB value is (55,44,8). Sum of RGB (Red+Green+Blue) = 55+44+8=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #372C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C08 is #C8D3F7. Grayscale: #2B2B2B. Windows color (decimal): -13161464 or 535607. OLE color: 535607.

HSL color Cylindrical-coordinate representation of color #372C08: hue angle of 45.96º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #372C08 is Cyan = 0, Magento = 0.2, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB55448-
CMYK00.20.850.78
HSL45.96º74.6%12.35%-
HSV(B)45.96º85.45%21.57%-
XYZ2.522.630.6-
YUV43.18108.14136.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=51.40%
G=41.12%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5544800.20.850.7845.9674.612.35
Hex372C8014554E2e4bc
Octal6754100241251165611314
Binary11011110110010000101001010101100111010111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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