#392700

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

Shades of Black Magic #392700

Tints of Black Magic #392700

Color information

#392700 (or 0x392700) is unknown color: approx Black Magic. HEX triplet: 39, 27 and 00. RGB value is (57,39,0). Sum of RGB (Red+Green+Blue) = 57+39+0=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #392700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392700 is #C6D8FF. Grayscale: #282828. Windows color (decimal): -13031680 or 10041. OLE color: 10041.

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

Color convert

RGB57390-
CMYK00.3210.78
HSL41.05º100%11.18%-
HSV(B)41.05º100%22.35%-
XYZ2.412.320.32-
YUV39.94105.46140.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.38%
G=40.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5739000.3210.7841.0510011.18
Hex39270020644E2964b
Octal714700401441165114413
Binary111001100111001000001100100100111010100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392700; }

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

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

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

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

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

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

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

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