#312718

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

Shades of Black Magic #312718

Tints of Black Magic #312718

Color information

#312718 (or 0x312718) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 18. RGB value is (49,39,24). Sum of RGB (Red+Green+Blue) = 49+39+24=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #312718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312718 is #CED8E7. Grayscale: #282828. Windows color (decimal): -13555944 or 1582897. OLE color: 1582897.

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

Color convert

RGB493924-
CMYK00.200.510.81
HSL36º34.25%14.31%-
HSV(B)36º51.02%19.22%-
XYZ2.162.171.17-
YUV40.28118.81134.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=43.75%
G=34.82%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49392400.200.510.813634.2514.31
Hex31271801433512422e
Octal61473002463121444216
Binary1100011001111100001010011001110100011001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312718; }

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

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

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

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

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

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

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

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