#372809

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

Shades of Black Magic #372809

Tints of Black Magic #372809

Color information

#372809 (or 0x372809) is unknown color: approx Black Magic. HEX triplet: 37, 28 and 09. RGB value is (55,40,9). Sum of RGB (Red+Green+Blue) = 55+40+9=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #372809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372809 is #C8D7F6. Grayscale: #292929. Windows color (decimal): -13162487 or 600119. OLE color: 600119.

HSL color Cylindrical-coordinate representation of color #372809: hue angle of 40.43º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #372809 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB55409-
CMYK00.270.840.78
HSL40.43º71.88%12.55%-
HSV(B)40.43º83.64%21.57%-
XYZ2.382.350.59-
YUV40.95109.97138.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=52.88%
G=38.46%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5540900.270.840.7840.4371.8812.55
Hex3728901B544E2848d
Octal6750110331241165011015
Binary11011110100010010110111010100100111010100010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372809; }

 p { color: rgb(55,40,9); }

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

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

 a { background-color: rgb(55,40,9); }

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

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

 span { border-color: rgb(55,40,9); }

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