#312A21

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

Shades of Black Magic #312A21

Tints of Black Magic #312A21

Color information

#312A21 (or 0x312A21) is unknown color: approx Black Magic. HEX triplet: 31, 2A and 21. RGB value is (49,42,33). Sum of RGB (Red+Green+Blue) = 49+42+33=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A21 is #CED5DE. Grayscale: #2B2B2B. Windows color (decimal): -13555167 or 2173489. OLE color: 2173489.

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

Color convert

RGB494233-
CMYK00.140.330.81
HSL33.75º19.51%16.08%-
HSV(B)33.75º32.65%19.22%-
XYZ2.372.421.78-
YUV43.07122.32132.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=39.52%
G=33.87%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49423300.140.330.8133.7519.5116.08
Hex312A210E2151221410
Octal61524101641121422420
Binary1100011010101000010111010000110100011000101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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