#392C05

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

Shades of Black Magic #392C05

Tints of Black Magic #392C05

Color information

#392C05 (or 0x392C05) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 05. RGB value is (57,44,5). Sum of RGB (Red+Green+Blue) = 57+44+5=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #392C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C05 is #C6D3FA. Grayscale: #2B2B2B. Windows color (decimal): -13030395 or 339001. OLE color: 339001.

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

Color convert

RGB57445-
CMYK00.230.910.78
HSL45º83.87%12.16%-
HSV(B)45º91.23%22.35%-
XYZ2.622.680.52-
YUV43.44106.31137.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 44 (17.58% from 255) = 41.51%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=53.77%
G=41.51%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5744500.230.910.784583.8712.16
Hex392C50175B4E2d54c
Octal715450271331165512414
Binary1110011011001010101111011011100111010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,44,5); }

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

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

 a { background-color: rgb(57,44,5); }

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

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

 span { border-color: rgb(57,44,5); }

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