#372C09

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

Shades of Black Magic #372C09

Tints of Black Magic #372C09

Color information

#372C09 (or 0x372C09) is unknown color: approx Black Magic. HEX triplet: 37, 2C and 09. RGB value is (55,44,9). Sum of RGB (Red+Green+Blue) = 55+44+9=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #372C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C09 is #C8D3F6. Grayscale: #2B2B2B. Windows color (decimal): -13161463 or 601143. OLE color: 601143.

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

Color convert

RGB55449-
CMYK00.20.840.78
HSL45.65º71.88%12.55%-
HSV(B)45.65º83.64%21.57%-
XYZ2.532.630.63-
YUV43.3108.64136.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.93%
GREEN value IS 44 (17.58% from 255) = 40.74%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=50.93%
G=40.74%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5544900.20.840.7845.6571.8812.55
Hex372C9014544E2e48d
Octal6754110241241165611015
Binary11011110110010010101001010100100111010111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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