#312B20

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

Shades of Black Magic #312B20

Tints of Black Magic #312B20

Color information

#312B20 (or 0x312B20) is unknown color: approx Black Magic. HEX triplet: 31, 2B and 20. RGB value is (49,43,32). Sum of RGB (Red+Green+Blue) = 49+43+32=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B20 is #CED4DF. Grayscale: #2B2B2B. Windows color (decimal): -13554912 or 2108209. OLE color: 2108209.

HSL color Cylindrical-coordinate representation of color #312B20: hue angle of 38.82º 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 #312B20 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB494332-
CMYK00.120.350.81
HSL38.82º20.99%15.88%-
HSV(B)38.82º34.69%19.22%-
XYZ2.392.491.72-
YUV43.54121.49131.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=39.52%
G=34.68%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49433200.120.350.8138.8220.9915.88
Hex312B200C2351271510
Octal61534001443121472520
Binary1100011010111000000110010001110100011001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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