#312A1E

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

Shades of Black Magic #312A1E

Tints of Black Magic #312A1E

Color information

#312A1E (or 0x312A1E) is unknown color: approx Black Magic. HEX triplet: 31, 2A and 1E. RGB value is (49,42,30). Sum of RGB (Red+Green+Blue) = 49+42+30=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A1E is #CED5E1. Grayscale: #2A2A2A. Windows color (decimal): -13555170 or 1976881. OLE color: 1976881.

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

Color convert

RGB494230-
CMYK00.140.390.81
HSL37.89º24.05%15.49%-
HSV(B)37.89º38.78%19.22%-
XYZ2.332.41.57-
YUV42.72120.82132.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=40.50%
G=34.71%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49423000.140.390.8137.8924.0515.49
Hex312A1E0E27512618f
Octal61523601647121463017
Binary11000110101011110011101001111010001100110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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