#372906

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

Shades of Black Magic #372906

Tints of Black Magic #372906

Color information

#372906 (or 0x372906) is unknown color: approx Black Magic. HEX triplet: 37, 29 and 06. RGB value is (55,41,6). Sum of RGB (Red+Green+Blue) = 55+41+6=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #372906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372906 is #C8D6F9. Grayscale: #292929. Windows color (decimal): -13162234 or 403767. OLE color: 403767.

HSL color Cylindrical-coordinate representation of color #372906: hue angle of 42.86º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #372906 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB55416-
CMYK00.250.890.78
HSL42.86º80.33%11.96%-
HSV(B)42.86º89.09%21.57%-
XYZ2.42.410.51-
YUV41.2108.14137.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 41 (16.41% from 255) = 40.20%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=53.92%
G=40.20%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5541600.250.890.7842.8680.3311.96
Hex37296019594E2b50c
Octal675160311311165312014
Binary1101111010011100110011011001100111010101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372906; }

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

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

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

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

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

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

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

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