#372C0C

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

Shades of Black Magic #372C0C

Tints of Black Magic #372C0C

Color information

#372C0C (or 0x372C0C) is unknown color: approx Black Magic. HEX triplet: 37, 2C and 0C. RGB value is (55,44,12). Sum of RGB (Red+Green+Blue) = 55+44+12=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C0C is #C8D3F3. Grayscale: #2B2B2B. Windows color (decimal): -13161460 or 797751. OLE color: 797751.

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

Color convert

RGB554412-
CMYK00.20.780.78
HSL44.65º64.18%13.14%-
HSV(B)44.65º78.18%21.57%-
XYZ2.542.640.72-
YUV43.64110.14136.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.55%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=49.55%
G=39.64%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55441200.20.780.7844.6564.1813.14
Hex372CC0144E4E2d40d
Octal6754140241161165510015
Binary11011110110011000101001001110100111010110110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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