#392709

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

Shades of Black Magic #392709

Tints of Black Magic #392709

Color information

#392709 (or 0x392709) is unknown color: approx Black Magic. HEX triplet: 39, 27 and 09. RGB value is (57,39,9). Sum of RGB (Red+Green+Blue) = 57+39+9=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #392709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392709 is #C6D8F6. Grayscale: #292929. Windows color (decimal): -13031671 or 599865. OLE color: 599865.

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

Color convert

RGB57399-
CMYK00.320.840.78
HSL37.5º72.73%12.94%-
HSV(B)37.5º84.21%22.35%-
XYZ2.462.340.58-
YUV40.96109.96139.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 39 (15.62% from 255) = 37.14%
BLUE value IS 9 (3.91% from 255) = 8.57%
R=54.29%
G=37.14%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5739900.320.840.7837.572.7312.94
Hex39279020544E2649d
Octal7147110401241164611115
Binary111001100111100101000001010100100111010011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392709; }

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

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

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

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

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

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

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

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