#372B0C

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

Shades of Black Magic #372B0C

Tints of Black Magic #372B0C

Color information

#372B0C (or 0x372B0C) is unknown color: approx Black Magic. HEX triplet: 37, 2B and 0C. RGB value is (55,43,12). Sum of RGB (Red+Green+Blue) = 55+43+12=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B0C is #C8D4F3. Grayscale: #2B2B2B. Windows color (decimal): -13161716 or 797495. OLE color: 797495.

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

Color convert

RGB554312-
CMYK00.220.780.78
HSL43.26º64.18%13.14%-
HSV(B)43.26º78.18%21.57%-
XYZ2.512.570.71-
YUV43.05110.48136.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 39.09%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=50%
G=39.09%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55431200.220.780.7843.2664.1813.14
Hex372BC0164E4E2b40d
Octal6753140261161165310015
Binary11011110101111000101101001110100111010101110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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