#312C24

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

Shades of Black Magic #312C24

Tints of Black Magic #312C24

Color information

#312C24 (or 0x312C24) is unknown color: approx Black Magic. HEX triplet: 31, 2C and 24. RGB value is (49,44,36). Sum of RGB (Red+Green+Blue) = 49+44+36=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C24 is #CED3DB. Grayscale: #2C2C2C. Windows color (decimal): -13554652 or 2370609. OLE color: 2370609.

HSL color Cylindrical-coordinate representation of color #312C24: hue angle of 36.92º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312C24 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB494436-
CMYK00.100.270.81
HSL36.92º15.29%16.67%-
HSV(B)36.92º26.53%19.22%-
XYZ2.492.582.04-
YUV44.58123.16131.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=37.98%
G=34.11%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49443600.100.270.8136.9215.2916.67
Hex312C240A1B5125f11
Octal61544401233121451721
Binary11000110110010010001010110111010001100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,44,36); }

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

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

 a { background-color: rgb(49,44,36); }

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

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

 span { border-color: rgb(49,44,36); }

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