#31281B

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

Shades of Black Magic #31281B

Tints of Black Magic #31281B

Color information

#31281B (or 0x31281B) is unknown color: approx Black Magic. HEX triplet: 31, 28 and 1B. RGB value is (49,40,27). Sum of RGB (Red+Green+Blue) = 49+40+27=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31281B is #CED7E4. Grayscale: #292929. Windows color (decimal): -13555685 or 1779761. OLE color: 1779761.

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

Color convert

RGB494027-
CMYK00.180.450.81
HSL35.45º28.95%14.9%-
HSV(B)35.45º44.9%19.22%-
XYZ2.222.251.35-
YUV41.21119.98133.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=42.24%
G=34.48%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49402700.180.450.8135.4528.9514.9
Hex31281B0122D51231df
Octal61503302255121433517
Binary110001101000110110100101011011010001100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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