#312A1D

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

Shades of Black Magic #312A1D

Tints of Black Magic #312A1D

Color information

#312A1D (or 0x312A1D) is unknown color: approx Black Magic. HEX triplet: 31, 2A and 1D. RGB value is (49,42,29). Sum of RGB (Red+Green+Blue) = 49+42+29=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A1D is #CED5E2. Grayscale: #2A2A2A. Windows color (decimal): -13555171 or 1911345. OLE color: 1911345.

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

Color convert

RGB494229-
CMYK00.140.410.81
HSL39º25.64%15.29%-
HSV(B)39º40.82%19.22%-
XYZ2.322.41.5-
YUV42.61120.32132.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=40.83%
G=35%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49422900.140.410.813925.6415.29
Hex312A1D0E2951271af
Octal61523501651121473217
Binary11000110101011101011101010011010001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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