#312811

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

Shades of Black Magic #312811

Tints of Black Magic #312811

Color information

#312811 (or 0x312811) is unknown color: approx Black Magic. HEX triplet: 31, 28 and 11. RGB value is (49,40,17). Sum of RGB (Red+Green+Blue) = 49+40+17=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312811 is #CED7EE. Grayscale: #282828. Windows color (decimal): -13555695 or 1124401. OLE color: 1124401.

HSL color Cylindrical-coordinate representation of color #312811: hue angle of 43.12º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312811 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB494017-
CMYK00.180.650.81
HSL43.12º48.48%12.94%-
HSV(B)43.12º65.31%19.22%-
XYZ2.132.210.85-
YUV40.07114.98134.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 40 (16.02% from 255) = 37.74%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=46.23%
G=37.74%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49401700.180.650.8143.1248.4812.94
Hex31281101241512b30d
Octal615021022101121536015
Binary11000110100010001010010100000110100011010111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312811; }

 p { color: rgb(49,40,17); }

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

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

 a { background-color: rgb(49,40,17); }

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

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

 span { border-color: rgb(49,40,17); }

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