#31281D

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

Shades of Black Magic #31281D

Tints of Black Magic #31281D

Color information

#31281D (or 0x31281D) is unknown color: approx Black Magic. HEX triplet: 31, 28 and 1D. RGB value is (49,40,29). Sum of RGB (Red+Green+Blue) = 49+40+29=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #31281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31281D is #CED7E2. Grayscale: #292929. Windows color (decimal): -13555683 or 1910833. OLE color: 1910833.

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

Color convert

RGB494029-
CMYK00.180.410.81
HSL33º25.64%15.29%-
HSV(B)33º40.82%19.22%-
XYZ2.252.261.48-
YUV41.44120.98133.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=41.53%
G=33.90%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49402900.180.410.813325.6415.29
Hex31281D0122951211af
Octal61503502251121413217
Binary110001101000111010100101010011010001100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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