#312A20

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

Shades of Black Magic #312A20

Tints of Black Magic #312A20

Color information

#312A20 (or 0x312A20) is unknown color: approx Black Magic. HEX triplet: 31, 2A and 20. RGB value is (49,42,32). Sum of RGB (Red+Green+Blue) = 49+42+32=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A20 is #CED5DF. Grayscale: #2B2B2B. Windows color (decimal): -13555168 or 2107953. OLE color: 2107953.

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

Color convert

RGB494232-
CMYK00.140.350.81
HSL35.29º20.99%15.88%-
HSV(B)35.29º34.69%19.22%-
XYZ2.362.411.71-
YUV42.95121.82132.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=39.84%
G=34.15%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49423200.140.350.8135.2920.9915.88
Hex312A200E2351231510
Octal61524001643121432520
Binary1100011010101000000111010001110100011000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312A20; }

 p { color: rgb(49,42,32); }

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

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

 a { background-color: rgb(49,42,32); }

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

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

 span { border-color: rgb(49,42,32); }

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