#271F13

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

Shades of Black Magic #271F13

Tints of Black Magic #271F13

Color information

#271F13 (or 0x271F13) is unknown color: approx Black Magic. HEX triplet: 27, 1F and 13. RGB value is (39,31,19). Sum of RGB (Red+Green+Blue) = 39+31+19=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #271F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F13 is #D8E0EC. Grayscale: #202020. Windows color (decimal): -14213357 or 1253159. OLE color: 1253159.

HSL color Cylindrical-coordinate representation of color #271F13: hue angle of 36º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271F13 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB393119-
CMYK00.210.510.85
HSL36º34.48%11.37%-
HSV(B)36º51.28%15.29%-
XYZ1.441.460.82-
YUV32.02120.65132.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.82%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=43.82%
G=34.83%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39311900.210.510.853634.4811.37
Hex271F1301533552422b
Octal47372302563125444213
Binary100111111111001101010111001110101011001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271F13; }

 p { color: rgb(39,31,19); }

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

<style>
 a { background-color: #271F13; }

 a { background-color: rgb(39,31,19); }

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

<style>
 span { border-color: #271F13; }

 span { border-color: rgb(39,31,19); }

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