#312C21

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

Shades of Black Magic #312C21

Tints of Black Magic #312C21

Color information

#312C21 (or 0x312C21) is unknown color: approx Black Magic. HEX triplet: 31, 2C and 21. RGB value is (49,44,33). Sum of RGB (Red+Green+Blue) = 49+44+33=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C21 is #CED3DE. Grayscale: #2C2C2C. Windows color (decimal): -13554655 or 2174001. OLE color: 2174001.

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

Color convert

RGB494433-
CMYK00.100.330.81
HSL41.25º19.51%16.08%-
HSV(B)41.25º32.65%19.22%-
XYZ2.442.561.81-
YUV44.24121.66131.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=38.89%
G=34.92%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49443300.100.330.8141.2519.5116.08
Hex312C210A2151291410
Octal61544101241121512420
Binary1100011011001000010101010000110100011010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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