#312A22

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

Shades of Black Magic #312A22

Tints of Black Magic #312A22

Color information

#312A22 (or 0x312A22) is unknown color: approx Black Magic. HEX triplet: 31, 2A and 22. RGB value is (49,42,34). Sum of RGB (Red+Green+Blue) = 49+42+34=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A22 is #CED5DD. Grayscale: #2B2B2B. Windows color (decimal): -13555166 or 2239025. OLE color: 2239025.

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

Color convert

RGB494234-
CMYK00.140.310.81
HSL32º18.07%16.27%-
HSV(B)32º30.61%19.22%-
XYZ2.382.421.86-
YUV43.18122.82132.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=39.2%
G=33.6%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49423400.140.310.813218.0716.27
Hex312A220E1F51201210
Octal61524201637121402220
Binary110001101010100010011101111110100011000001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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