#372915

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

Shades of Black Magic #372915

Tints of Black Magic #372915

Color information

#372915 (or 0x372915) is unknown color: approx Black Magic. HEX triplet: 37, 29 and 15. RGB value is (55,41,21). Sum of RGB (Red+Green+Blue) = 55+41+21=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #372915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372915 is #C8D6EA. Grayscale: #2B2B2B. Windows color (decimal): -13162219 or 1386807. OLE color: 1386807.

HSL color Cylindrical-coordinate representation of color #372915: hue angle of 35.29º 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 #372915 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB554121-
CMYK00.250.620.78
HSL35.29º44.74%14.9%-
HSV(B)35.29º61.82%21.57%-
XYZ2.52.451.05-
YUV42.91115.64136.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.01%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=47.01%
G=35.04%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55412100.250.620.7835.2944.7414.9
Hex3729150193E4E232df
Octal67512503176116435517
Binary1101111010011010101100111111010011101000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372915; }

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

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

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

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

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

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

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

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