#392900

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

Shades of Black Magic #392900

Tints of Black Magic #392900

Color information

#392900 (or 0x392900) is unknown color: approx Black Magic. HEX triplet: 39, 29 and 00. RGB value is (57,41,0). Sum of RGB (Red+Green+Blue) = 57+41+0=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #392900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392900 is #C6D6FF. Grayscale: #292929. Windows color (decimal): -13031168 or 10553. OLE color: 10553.

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

Color convert

RGB57410-
CMYK00.2810.78
HSL43.16º100%11.18%-
HSV(B)43.16º100%22.35%-
XYZ2.482.460.34-
YUV41.11104.8139.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 41 (16.41% from 255) = 41.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.16%
G=41.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5741000.2810.7843.1610011.18
Hex3929001C644E2b64b
Octal715100341441165314413
Binary11100110100100111001100100100111010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392900; }

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

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

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

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

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

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

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

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