#31291C

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

Shades of Black Magic #31291C

Tints of Black Magic #31291C

Color information

#31291C (or 0x31291C) is unknown color: approx Black Magic. HEX triplet: 31, 29 and 1C. RGB value is (49,41,28). Sum of RGB (Red+Green+Blue) = 49+41+28=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #31291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31291C is #CED6E3. Grayscale: #292929. Windows color (decimal): -13555428 or 1845553. OLE color: 1845553.

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

Color convert

RGB494128-
CMYK00.160.430.81
HSL37.14º27.27%15.1%-
HSV(B)37.14º42.86%19.22%-
XYZ2.272.321.43-
YUV41.91120.15133.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=41.53%
G=34.75%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49412800.160.430.8137.1427.2715.1
Hex31291C0102B51251bf
Octal61513402053121453317
Binary110001101001111000100001010111010001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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