#372E19

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

Shades of Black Magic #372E19

Tints of Black Magic #372E19

Color information

#372E19 (or 0x372E19) is unknown color: approx Black Magic. HEX triplet: 37, 2E and 19. RGB value is (55,46,25). Sum of RGB (Red+Green+Blue) = 55+46+25=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #372E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E19 is #C8D1E6. Grayscale: #2E2E2E. Windows color (decimal): -13160935 or 1650231. OLE color: 1650231.

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

Color convert

RGB554625-
CMYK00.160.550.78
HSL42º37.5%15.69%-
HSV(B)42º54.55%21.57%-
XYZ2.732.841.32-
YUV46.3115.98134.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=43.65%
G=36.51%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55462500.160.550.784237.515.69
Hex372E19010374E2a2610
Octal67563102067116524620
Binary11011110111011001010000110111100111010101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,25); }

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

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

 a { background-color: rgb(55,46,25); }

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

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

 span { border-color: rgb(55,46,25); }

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