#392C09

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

Shades of Black Magic #392C09

Tints of Black Magic #392C09

Color information

#392C09 (or 0x392C09) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 09. RGB value is (57,44,9). Sum of RGB (Red+Green+Blue) = 57+44+9=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #392C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C09 is #C6D3F6. Grayscale: #2C2C2C. Windows color (decimal): -13030391 or 601145. OLE color: 601145.

HSL color Cylindrical-coordinate representation of color #392C09: hue angle of 43.75º degrees, saturation: 0.73, 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 #392C09 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB57449-
CMYK00.230.840.78
HSL43.75º72.73%12.94%-
HSV(B)43.75º84.21%22.35%-
XYZ2.642.690.64-
YUV43.9108.31137.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 44 (17.58% from 255) = 40%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=51.82%
G=40%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5744900.230.840.7843.7572.7312.94
Hex392C9017544E2c49d
Octal7154110271241165411115
Binary11100110110010010101111010100100111010110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392C09; }

 p { color: rgb(57,44,9); }

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

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

 a { background-color: rgb(57,44,9); }

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

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

 span { border-color: rgb(57,44,9); }

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