#392605

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

Shades of Black Magic #392605

Tints of Black Magic #392605

Color information

#392605 (or 0x392605) is unknown color: approx Black Magic. HEX triplet: 39, 26 and 05. RGB value is (57,38,5). Sum of RGB (Red+Green+Blue) = 57+38+5=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #392605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392605 is #C6D9FA. Grayscale: #282828. Windows color (decimal): -13031931 or 337465. OLE color: 337465.

HSL color Cylindrical-coordinate representation of color #392605: hue angle of 38.08º 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 #392605 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB57385-
CMYK00.330.910.78
HSL38.08º83.87%12.16%-
HSV(B)38.08º91.23%22.35%-
XYZ2.412.270.45-
YUV39.92108.29140.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 5 (2.34% from 255) = 5%
R=57%
G=38%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5738500.330.910.7838.0883.8712.16
Hex392650215B4E2654c
Octal714650411331164612414
Binary11100110011010101000011011011100111010011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392605; }

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

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

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

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

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

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

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

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