#372B09

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

Shades of Black Magic #372B09

Tints of Black Magic #372B09

Color information

#372B09 (or 0x372B09) is unknown color: approx Black Magic. HEX triplet: 37, 2B and 09. RGB value is (55,43,9). Sum of RGB (Red+Green+Blue) = 55+43+9=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #372B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B09 is #C8D4F6. Grayscale: #2A2A2A. Windows color (decimal): -13161719 or 600887. OLE color: 600887.

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

Color convert

RGB55439-
CMYK00.220.840.78
HSL44.35º71.88%12.55%-
HSV(B)44.35º83.64%21.57%-
XYZ2.492.560.62-
YUV42.71108.98136.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 43 (17.19% from 255) = 40.19%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=51.40%
G=40.19%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5543900.220.840.7844.3571.8812.55
Hex372B9016544E2c48d
Octal6753110261241165411015
Binary11011110101110010101101010100100111010110010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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