#392C15

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

Shades of Black Magic #392C15

Tints of Black Magic #392C15

Color information

#392C15 (or 0x392C15) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 15. RGB value is (57,44,21). Sum of RGB (Red+Green+Blue) = 57+44+21=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C15 is #C6D3EA. Grayscale: #2D2D2D. Windows color (decimal): -13030379 or 1387577. OLE color: 1387577.

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

Color convert

RGB574421-
CMYK00.230.630.78
HSL38.33º46.15%15.29%-
HSV(B)38.33º63.16%22.35%-
XYZ2.722.731.09-
YUV45.26114.31136.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=46.72%
G=36.07%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57442100.230.630.7838.3346.1515.29
Hex392C150173F4E262ef
Octal71542502777116465617
Binary1110011011001010101011111111110011101001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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