#392909

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

Shades of Black Magic #392909

Tints of Black Magic #392909

Color information

#392909 (or 0x392909) is unknown color: approx Black Magic. HEX triplet: 39, 29 and 09. RGB value is (57,41,9). Sum of RGB (Red+Green+Blue) = 57+41+9=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #392909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392909 is #C6D6F6. Grayscale: #2A2A2A. Windows color (decimal): -13031159 or 600377. OLE color: 600377.

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

Color convert

RGB57419-
CMYK00.280.840.78
HSL40º72.73%12.94%-
HSV(B)40º84.21%22.35%-
XYZ2.532.480.6-
YUV42.14109.3138.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=53.27%
G=38.32%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5741900.280.840.784072.7312.94
Hex3929901C544E2849d
Octal7151110341241165011115
Binary11100110100110010111001010100100111010100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392909; }

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

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

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

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

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

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

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

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