#392A07

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

Shades of Black Magic #392A07

Tints of Black Magic #392A07

Color information

#392A07 (or 0x392A07) is unknown color: approx Black Magic. HEX triplet: 39, 2A and 07. RGB value is (57,42,7). Sum of RGB (Red+Green+Blue) = 57+42+7=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #392A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A07 is #C6D5F8. Grayscale: #2A2A2A. Windows color (decimal): -13030905 or 469561. OLE color: 469561.

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

Color convert

RGB57427-
CMYK00.260.880.78
HSL42º78.12%12.55%-
HSV(B)42º87.72%22.35%-
XYZ2.552.540.56-
YUV42.5107.97138.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=53.77%
G=39.62%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5742700.260.880.784278.1212.55
Hex392A701A584E2a4ed
Octal715270321301165211615
Binary1110011010101110110101011000100111010101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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