#31281A

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

Shades of Black Magic #31281A

Tints of Black Magic #31281A

Color information

#31281A (or 0x31281A) is unknown color: approx Black Magic. HEX triplet: 31, 28 and 1A. RGB value is (49,40,26). Sum of RGB (Red+Green+Blue) = 49+40+26=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31281A is #CED7E5. Grayscale: #292929. Windows color (decimal): -13555686 or 1714225. OLE color: 1714225.

HSL color Cylindrical-coordinate representation of color #31281A: hue angle of 36.52º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31281A is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB494026-
CMYK00.180.470.81
HSL36.52º30.67%14.71%-
HSV(B)36.52º46.94%19.22%-
XYZ2.212.251.29-
YUV41.1119.48133.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=42.61%
G=34.78%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49402600.180.470.8136.5230.6714.71
Hex31281A0122F51251ff
Octal61503202257121453717
Binary110001101000110100100101011111010001100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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