#312918

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

Shades of Black Magic #312918

Tints of Black Magic #312918

Color information

#312918 (or 0x312918) is unknown color: approx Black Magic. HEX triplet: 31, 29 and 18. RGB value is (49,41,24). Sum of RGB (Red+Green+Blue) = 49+41+24=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312918 is #CED6E7. Grayscale: #292929. Windows color (decimal): -13555432 or 1583409. OLE color: 1583409.

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

Color convert

RGB494124-
CMYK00.160.510.81
HSL40.8º34.25%14.31%-
HSV(B)40.8º51.02%19.22%-
XYZ2.222.31.19-
YUV41.45118.15133.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=42.98%
G=35.96%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49412400.160.510.8140.834.2514.31
Hex31291801033512922e
Octal61513002063121514216
Binary1100011010011100001000011001110100011010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312918; }

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

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

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

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

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

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

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

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