#312916

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

Shades of Black Magic #312916

Tints of Black Magic #312916

Color information

#312916 (or 0x312916) is unknown color: approx Black Magic. HEX triplet: 31, 29 and 16. RGB value is (49,41,22). Sum of RGB (Red+Green+Blue) = 49+41+22=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #312916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312916 is #CED6E9. Grayscale: #292929. Windows color (decimal): -13555434 or 1452337. OLE color: 1452337.

HSL color Cylindrical-coordinate representation of color #312916: hue angle of 42.22º 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 #312916 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB494122-
CMYK00.160.550.81
HSL42.22º38.03%13.92%-
HSV(B)42.22º55.1%19.22%-
XYZ2.22.31.09-
YUV41.23117.15133.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=43.75%
G=36.61%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49412200.160.550.8142.2238.0313.92
Hex31291601037512a26e
Octal61512602067121524616
Binary1100011010011011001000011011110100011010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312916; }

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

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

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

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

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

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

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

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