#372D19

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

Shades of Black Magic #372D19

Tints of Black Magic #372D19

Color information

#372D19 (or 0x372D19) is unknown color: approx Black Magic. HEX triplet: 37, 2D and 19. RGB value is (55,45,25). Sum of RGB (Red+Green+Blue) = 55+45+25=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #372D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D19 is #C8D2E6. Grayscale: #2D2D2D. Windows color (decimal): -13161191 or 1649975. OLE color: 1649975.

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

Color convert

RGB554525-
CMYK00.180.550.78
HSL40º37.5%15.69%-
HSV(B)40º54.55%21.57%-
XYZ2.692.761.31-
YUV45.71116.31134.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 25 (10.16% from 255) = 20%
R=44%
G=36%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55452500.180.550.784037.515.69
Hex372D19012374E282610
Octal67553102267116504620
Binary11011110110111001010010110111100111010100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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