#392706

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

Shades of Black Magic #392706

Tints of Black Magic #392706

Color information

#392706 (or 0x392706) is unknown color: approx Black Magic. HEX triplet: 39, 27 and 06. RGB value is (57,39,6). Sum of RGB (Red+Green+Blue) = 57+39+6=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #392706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392706 is #C6D8F9. Grayscale: #282828. Windows color (decimal): -13031674 or 403257. OLE color: 403257.

HSL color Cylindrical-coordinate representation of color #392706: hue angle of 38.82º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #392706 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB57396-
CMYK00.320.890.78
HSL38.82º80.95%12.35%-
HSV(B)38.82º89.47%22.35%-
XYZ2.452.330.49-
YUV40.62108.46139.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.88%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=55.88%
G=38.24%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5739600.320.890.7838.8280.9512.35
Hex39276020594E2751c
Octal714760401311164712114
Binary11100110011111001000001011001100111010011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392706; }

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

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

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

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

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

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

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

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