#312717

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

Shades of Black Magic #312717

Tints of Black Magic #312717

Color information

#312717 (or 0x312717) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 17. RGB value is (49,39,23). Sum of RGB (Red+Green+Blue) = 49+39+23=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #312717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312717 is #CED8E8. Grayscale: #282828. Windows color (decimal): -13555945 or 1517361. OLE color: 1517361.

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

Color convert

RGB493923-
CMYK00.200.530.81
HSL36.92º36.11%14.12%-
HSV(B)36.92º53.06%19.22%-
XYZ2.152.171.12-
YUV40.17118.31134.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=44.14%
G=35.14%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49392300.200.530.8136.9236.1114.12
Hex31271701435512524e
Octal61472702465121454416
Binary1100011001111011101010011010110100011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312717; }

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

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

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

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

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

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

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

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