#31291B

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

Shades of Black Magic #31291B

Tints of Black Magic #31291B

Color information

#31291B (or 0x31291B) is unknown color: approx Black Magic. HEX triplet: 31, 29 and 1B. RGB value is (49,41,27). Sum of RGB (Red+Green+Blue) = 49+41+27=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31291B is #CED6E4. Grayscale: #292929. Windows color (decimal): -13555429 or 1780017. OLE color: 1780017.

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

Color convert

RGB494127-
CMYK00.160.450.81
HSL38.18º28.95%14.9%-
HSV(B)38.18º44.9%19.22%-
XYZ2.262.321.37-
YUV41.8119.65133.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=41.88%
G=35.04%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49412700.160.450.8138.1828.9514.9
Hex31291B0102D51261df
Octal61513302055121463517
Binary110001101001110110100001011011010001100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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