#31271A

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

Shades of Black Magic #31271A

Tints of Black Magic #31271A

Color information

#31271A (or 0x31271A) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 1A. RGB value is (49,39,26). Sum of RGB (Red+Green+Blue) = 49+39+26=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31271A is #CED8E5. Grayscale: #282828. Windows color (decimal): -13555942 or 1713969. OLE color: 1713969.

HSL color Cylindrical-coordinate representation of color #31271A: hue angle of 33.91º 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 #31271A is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB493926-
CMYK00.200.470.81
HSL33.91º30.67%14.71%-
HSV(B)33.91º46.94%19.22%-
XYZ2.182.181.28-
YUV40.51119.81134.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=42.98%
G=34.21%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49392600.200.470.8133.9130.6714.71
Hex31271A0142F51221ff
Octal61473202457121423717
Binary110001100111110100101001011111010001100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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