#31271B

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

Shades of Black Magic #31271B

Tints of Black Magic #31271B

Color information

#31271B (or 0x31271B) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 1B. RGB value is (49,39,27). Sum of RGB (Red+Green+Blue) = 49+39+27=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31271B is #CED8E4. Grayscale: #282828. Windows color (decimal): -13555941 or 1779505. OLE color: 1779505.

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

Color convert

RGB493927-
CMYK00.200.450.81
HSL32.73º28.95%14.9%-
HSV(B)32.73º44.9%19.22%-
XYZ2.192.181.34-
YUV40.62120.31133.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=42.61%
G=33.91%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49392700.200.450.8132.7328.9514.9
Hex31271B0142D51211df
Octal61473302455121413517
Binary110001100111110110101001011011010001100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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