#372A19

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

Shades of Black Magic #372A19

Tints of Black Magic #372A19

Color information

#372A19 (or 0x372A19) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 19. RGB value is (55,42,25). Sum of RGB (Red+Green+Blue) = 55+42+25=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A19 is #C8D5E6. Grayscale: #2C2C2C. Windows color (decimal): -13161959 or 1649207. OLE color: 1649207.

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

Color convert

RGB554225-
CMYK00.240.550.78
HSL34º37.5%15.69%-
HSV(B)34º54.55%21.57%-
XYZ2.582.541.27-
YUV43.95117.31135.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=45.08%
G=34.43%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55422500.240.550.783437.515.69
Hex372A19018374E222610
Octal67523103067116424620
Binary11011110101011001011000110111100111010001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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