#271E11

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

Shades of Black Magic #271E11

Tints of Black Magic #271E11

Color information

#271E11 (or 0x271E11) is unknown color: approx Black Magic. HEX triplet: 27, 1E and 11. RGB value is (39,30,17). Sum of RGB (Red+Green+Blue) = 39+30+17=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #271E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E11 is #D8E1EE. Grayscale: #1F1F1F. Windows color (decimal): -14213615 or 1121831. OLE color: 1121831.

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

Color convert

RGB393017-
CMYK00.230.560.85
HSL35.45º39.29%10.98%-
HSV(B)35.45º56.41%15.29%-
XYZ1.41.40.73-
YUV31.21119.98133.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.35%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=45.35%
G=34.88%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39301700.230.560.8535.4539.2910.98
Hex271E1101738552327b
Octal47362102770125434713
Binary100111111101000101011111100010101011000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,30,17); }

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

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

 a { background-color: rgb(39,30,17); }

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

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

 span { border-color: rgb(39,30,17); }

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