#372B17

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

Shades of Black Magic #372B17

Tints of Black Magic #372B17

Color information

#372B17 (or 0x372B17) is unknown color: approx Black Magic. HEX triplet: 37, 2B and 17. RGB value is (55,43,23). Sum of RGB (Red+Green+Blue) = 55+43+23=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #372B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B17 is #C8D4E8. Grayscale: #2C2C2C. Windows color (decimal): -13161705 or 1518391. OLE color: 1518391.

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

Color convert

RGB554323-
CMYK00.220.580.78
HSL37.5º41.03%15.29%-
HSV(B)37.5º58.18%21.57%-
XYZ2.592.61.18-
YUV44.31115.98135.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=45.45%
G=35.54%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55432300.220.580.7837.541.0315.29
Hex372B170163A4E2629f
Octal67532702672116465117
Binary1101111010111011101011011101010011101001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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