#392B15

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

Shades of Black Magic #392B15

Tints of Black Magic #392B15

Color information

#392B15 (or 0x392B15) is unknown color: approx Black Magic. HEX triplet: 39, 2B and 15. RGB value is (57,43,21). Sum of RGB (Red+Green+Blue) = 57+43+21=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #392B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B15 is #C6D4EA. Grayscale: #2C2C2C. Windows color (decimal): -13030635 or 1387321. OLE color: 1387321.

HSL color Cylindrical-coordinate representation of color #392B15: hue angle of 36.67º 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 #392B15 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB574321-
CMYK00.250.630.78
HSL36.67º46.15%15.29%-
HSV(B)36.67º63.16%22.35%-
XYZ2.692.651.08-
YUV44.68114.64136.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=47.11%
G=35.54%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57432100.250.630.7836.6746.1515.29
Hex392B150193F4E252ef
Octal71532503177116455617
Binary1110011010111010101100111111110011101001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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