#372A06

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

Shades of Black Magic #372A06

Tints of Black Magic #372A06

Color information

#372A06 (or 0x372A06) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 06. RGB value is (55,42,6). Sum of RGB (Red+Green+Blue) = 55+42+6=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 42 (16.80% from 255 or 40.78% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #372A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A06 is #C8D5F9. Grayscale: #292929. Windows color (decimal): -13161978 or 404023. OLE color: 404023.

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

Color convert

RGB55426-
CMYK00.240.890.78
HSL44.08º80.33%11.96%-
HSV(B)44.08º89.09%21.57%-
XYZ2.442.480.52-
YUV41.78107.81137.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 42 (16.80% from 255) = 40.78%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=53.40%
G=40.78%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5542600.240.890.7844.0880.3311.96
Hex372A6018594E2c50c
Octal675260301311165412014
Binary1101111010101100110001011001100111010110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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