#312716

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

Shades of Black Magic #312716

Tints of Black Magic #312716

Color information

#312716 (or 0x312716) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 16. RGB value is (49,39,22). Sum of RGB (Red+Green+Blue) = 49+39+22=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312716 is #CED8E9. Grayscale: #282828. Windows color (decimal): -13555946 or 1451825. OLE color: 1451825.

HSL color Cylindrical-coordinate representation of color #312716: hue angle of 37.78º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312716 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB493922-
CMYK00.200.550.81
HSL37.78º38.03%13.92%-
HSV(B)37.78º55.1%19.22%-
XYZ2.142.161.06-
YUV40.05117.81134.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 39 (15.62% from 255) = 35.45%
BLUE value IS 22 (8.98% from 255) = 20%
R=44.55%
G=35.45%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49392200.200.550.8137.7838.0313.92
Hex31271601437512626e
Octal61472602467121464616
Binary1100011001111011001010011011110100011001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312716; }

 p { color: rgb(49,39,22); }

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

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

 a { background-color: rgb(49,39,22); }

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

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

 span { border-color: rgb(49,39,22); }

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