#392C0F

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

Shades of Black Magic #392C0F

Tints of Black Magic #392C0F

Color information

#392C0F (or 0x392C0F) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 0F. RGB value is (57,44,15). Sum of RGB (Red+Green+Blue) = 57+44+15=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #392C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C0F is #C6D3F0. Grayscale: #2C2C2C. Windows color (decimal): -13030385 or 994361. OLE color: 994361.

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

Color convert

RGB574415-
CMYK00.230.740.78
HSL41.43º58.33%14.12%-
HSV(B)41.43º73.68%22.35%-
XYZ2.672.710.83-
YUV44.58111.31136.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=49.14%
G=37.93%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57441500.230.740.7841.4358.3314.12
Hex392CF0174A4E293ae
Octal715417027112116517216
Binary1110011011001111010111100101010011101010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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