#312A16

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

Shades of Black Magic #312A16

Tints of Black Magic #312A16

Color information

#312A16 (or 0x312A16) is unknown color: approx Black Magic. HEX triplet: 31, 2A and 16. RGB value is (49,42,22). Sum of RGB (Red+Green+Blue) = 49+42+22=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #312A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A16 is #CED5E9. Grayscale: #292929. Windows color (decimal): -13555178 or 1452593. OLE color: 1452593.

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

Color convert

RGB494222-
CMYK00.140.550.81
HSL44.44º38.03%13.92%-
HSV(B)44.44º55.1%19.22%-
XYZ2.242.371.1-
YUV41.81116.82133.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=43.36%
G=37.17%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49422200.140.550.8144.4438.0313.92
Hex312A160E37512c26e
Octal61522601667121544616
Binary110001101010101100111011011110100011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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