#312915

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

Shades of Black Magic #312915

Tints of Black Magic #312915

Color information

#312915 (or 0x312915) is unknown color: approx Black Magic. HEX triplet: 31, 29 and 15. RGB value is (49,41,21). Sum of RGB (Red+Green+Blue) = 49+41+21=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #312915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312915 is #CED6EA. Grayscale: #292929. Windows color (decimal): -13555435 or 1386801. OLE color: 1386801.

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

Color convert

RGB494121-
CMYK00.160.570.81
HSL42.86º40%13.73%-
HSV(B)42.86º57.14%19.22%-
XYZ2.192.291.04-
YUV41.11116.65133.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=44.14%
G=36.94%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49412100.160.570.8142.864013.73
Hex31291501039512b28e
Octal61512502071121535016
Binary1100011010011010101000011100110100011010111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312915; }

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

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

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

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

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

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

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

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