#392A08

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

Shades of Black Magic #392A08

Tints of Black Magic #392A08

Color information

#392A08 (or 0x392A08) is unknown color: approx Black Magic. HEX triplet: 39, 2A and 08. RGB value is (57,42,8). Sum of RGB (Red+Green+Blue) = 57+42+8=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #392A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A08 is #C6D5F7. Grayscale: #2A2A2A. Windows color (decimal): -13030904 or 535097. OLE color: 535097.

HSL color Cylindrical-coordinate representation of color #392A08: hue angle of 41.63º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #392A08 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57428-
CMYK00.260.860.78
HSL41.63º75.38%12.75%-
HSV(B)41.63º85.96%22.35%-
XYZ2.562.540.59-
YUV42.61108.47138.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 42 (16.80% from 255) = 39.25%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=53.27%
G=39.25%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5742800.260.860.7841.6375.3812.75
Hex392A801A564E2a4bd
Octal7152100321261165211315
Binary11100110101010000110101010110100111010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,42,8); }

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

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

 a { background-color: rgb(57,42,8); }

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

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

 span { border-color: rgb(57,42,8); }

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