#392A02

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

Shades of Black Magic #392A02

Tints of Black Magic #392A02

Color information

#392A02 (or 0x392A02) is unknown color: approx Black Magic. HEX triplet: 39, 2A and 02. RGB value is (57,42,2). Sum of RGB (Red+Green+Blue) = 57+42+2=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #392A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A02 is #C6D5FD. Grayscale: #2A2A2A. Windows color (decimal): -13030910 or 141881. OLE color: 141881.

HSL color Cylindrical-coordinate representation of color #392A02: hue angle of 43.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #392A02 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB57422-
CMYK00.260.960.78
HSL43.64º93.22%11.57%-
HSV(B)43.64º96.49%22.35%-
XYZ2.532.530.41-
YUV41.92105.47138.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 42 (16.80% from 255) = 41.58%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=56.44%
G=41.58%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5742200.260.960.7843.6493.2211.57
Hex392A201A604E2c5dc
Octal715220321401165413514
Binary111001101010100110101100000100111010110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A02; }

 p { color: rgb(57,42,2); }

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

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

 a { background-color: rgb(57,42,2); }

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

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

 span { border-color: rgb(57,42,2); }

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