#392A0D

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

Shades of Black Magic #392A0D

Tints of Black Magic #392A0D

Color information

#392A0D (or 0x392A0D) is unknown color: approx Black Magic. HEX triplet: 39, 2A and 0D. RGB value is (57,42,13). Sum of RGB (Red+Green+Blue) = 57+42+13=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A0D is #C6D5F2. Grayscale: #2B2B2B. Windows color (decimal): -13030899 or 862777. OLE color: 862777.

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

Color convert

RGB574213-
CMYK00.260.770.78
HSL39.55º62.86%13.73%-
HSV(B)39.55º77.19%22.35%-
XYZ2.592.550.74-
YUV43.18110.97137.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=50.89%
G=37.5%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57421300.260.770.7839.5562.8613.73
Hex392AD01A4D4E283fe
Octal715215032115116507716
Binary1110011010101101011010100110110011101010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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