#392B14

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

Shades of Black Magic #392B14

Tints of Black Magic #392B14

Color information

#392B14 (or 0x392B14) is unknown color: approx Black Magic. HEX triplet: 39, 2B and 14. RGB value is (57,43,20). Sum of RGB (Red+Green+Blue) = 57+43+20=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #392B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B14 is #C6D4EB. Grayscale: #2C2C2C. Windows color (decimal): -13030636 or 1321785. OLE color: 1321785.

HSL color Cylindrical-coordinate representation of color #392B14: hue angle of 37.3º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392B14 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB574320-
CMYK00.250.650.78
HSL37.3º48.05%15.1%-
HSV(B)37.3º64.91%22.35%-
XYZ2.682.651.03-
YUV44.56114.14136.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 43 (17.19% from 255) = 35.83%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=47.5%
G=35.83%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57432000.250.650.7837.348.0515.1
Hex392B14019414E2530f
Octal715324031101116456017
Binary11100110101110100011001100000110011101001011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,43,20); }

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

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

 a { background-color: rgb(57,43,20); }

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

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

 span { border-color: rgb(57,43,20); }

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