#31291D

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

Shades of Black Magic #31291D

Tints of Black Magic #31291D

Color information

#31291D (or 0x31291D) is unknown color: approx Black Magic. HEX triplet: 31, 29 and 1D. RGB value is (49,41,29). Sum of RGB (Red+Green+Blue) = 49+41+29=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #31291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31291D is #CED6E2. Grayscale: #2A2A2A. Windows color (decimal): -13555427 or 1911089. OLE color: 1911089.

HSL color Cylindrical-coordinate representation of color #31291D: hue angle of 36º 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 #31291D is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB494129-
CMYK00.160.410.81
HSL36º25.64%15.29%-
HSV(B)36º40.82%19.22%-
XYZ2.282.331.49-
YUV42.02120.65132.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=41.18%
G=34.45%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49412900.160.410.813625.6415.29
Hex31291D0102951241af
Octal61513502051121443217
Binary110001101001111010100001010011010001100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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