#372E15

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

Shades of Black Magic #372E15

Tints of Black Magic #372E15

Color information

#372E15 (or 0x372E15) is unknown color: approx Black Magic. HEX triplet: 37, 2E and 15. RGB value is (55,46,21). Sum of RGB (Red+Green+Blue) = 55+46+21=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E15 is #C8D1EA. Grayscale: #2D2D2D. Windows color (decimal): -13160939 or 1388087. OLE color: 1388087.

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

Color convert

RGB554621-
CMYK00.160.620.78
HSL44.12º44.74%14.9%-
HSV(B)44.12º61.82%21.57%-
XYZ2.692.821.11-
YUV45.84113.98134.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=45.08%
G=37.70%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55462100.160.620.7844.1244.7414.9
Hex372E150103E4E2c2df
Octal67562502076116545517
Binary1101111011101010101000011111010011101011001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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