#392A0F

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

Shades of Black Magic #392A0F

Tints of Black Magic #392A0F

Color information

#392A0F (or 0x392A0F) is unknown color: approx Black Magic. HEX triplet: 39, 2A and 0F. RGB value is (57,42,15). Sum of RGB (Red+Green+Blue) = 57+42+15=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A0F is #C6D5F0. Grayscale: #2B2B2B. Windows color (decimal): -13030897 or 993849. OLE color: 993849.

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

Color convert

RGB574215-
CMYK00.260.740.78
HSL38.57º58.33%14.12%-
HSV(B)38.57º73.68%22.35%-
XYZ2.62.560.81-
YUV43.41111.97137.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=50%
G=36.84%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57421500.260.740.7838.5758.3314.12
Hex392AF01A4A4E273ae
Octal715217032112116477216
Binary1110011010101111011010100101010011101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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