#392801

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

Shades of Black Magic #392801

Tints of Black Magic #392801

Color information

#392801 (or 0x392801) is unknown color: approx Black Magic. HEX triplet: 39, 28 and 01. RGB value is (57,40,1). Sum of RGB (Red+Green+Blue) = 57+40+1=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #392801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392801 is #C6D7FE. Grayscale: #282828. Windows color (decimal): -13031423 or 75833. OLE color: 75833.

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

Color convert

RGB57401-
CMYK00.300.980.78
HSL41.79º96.55%11.37%-
HSV(B)41.79º98.25%22.35%-
XYZ2.452.390.36-
YUV40.64105.63139.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=58.16%
G=40.82%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5740100.300.980.7841.7996.5511.37
Hex3928101E624E2a61b
Octal715010361421165214113
Binary11100110100010111101100010100111010101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392801; }

 p { color: rgb(57,40,1); }

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

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

 a { background-color: rgb(57,40,1); }

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

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

 span { border-color: rgb(57,40,1); }

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