#31291A

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

Shades of Black Magic #31291A

Tints of Black Magic #31291A

Color information

#31291A (or 0x31291A) is unknown color: approx Black Magic. HEX triplet: 31, 29 and 1A. RGB value is (49,41,26). Sum of RGB (Red+Green+Blue) = 49+41+26=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31291A is #CED6E5. Grayscale: #292929. Windows color (decimal): -13555430 or 1714481. OLE color: 1714481.

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

Color convert

RGB494126-
CMYK00.160.470.81
HSL39.13º30.67%14.71%-
HSV(B)39.13º46.94%19.22%-
XYZ2.252.311.31-
YUV41.68119.15133.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=42.24%
G=35.34%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49412600.160.470.8139.1330.6714.71
Hex31291A0102F51271ff
Octal61513202057121473717
Binary110001101001110100100001011111010001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31291A; }

 p { color: rgb(49,41,26); }

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

<style>
 a { background-color: #31291A; }

 a { background-color: rgb(49,41,26); }

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

<style>
 span { border-color: #31291A; }

 span { border-color: rgb(49,41,26); }

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