#312917

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

Shades of Black Magic #312917

Tints of Black Magic #312917

Color information

#312917 (or 0x312917) is unknown color: approx Black Magic. HEX triplet: 31, 29 and 17. RGB value is (49,41,23). Sum of RGB (Red+Green+Blue) = 49+41+23=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #312917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312917 is #CED6E8. Grayscale: #292929. Windows color (decimal): -13555433 or 1517873. OLE color: 1517873.

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

Color convert

RGB494123-
CMYK00.160.530.81
HSL41.54º36.11%14.12%-
HSV(B)41.54º53.06%19.22%-
XYZ2.212.31.14-
YUV41.34117.65133.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 23 (9.38% from 255) = 20.35%
R=43.36%
G=36.28%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49412300.160.530.8141.5436.1114.12
Hex31291701035512a24e
Octal61512702065121524416
Binary1100011010011011101000011010110100011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312917; }

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

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

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

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

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

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

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

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