Shades of Black Magic #271E11
Tints of Black Magic #271E11
RGB
CMYK
RGB Variations
Color information
#271E11 (or 0x271E11) is known color: 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
| RGB | 39 | 30 | 17 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.85 |
| HSL | 35.45º | 0.39% | 0.11% | - |
| HSV(B) | 35.45º | 0.56% | 0.15% | - |
| XYZ | 1.4 | 1.4 | 0.73 | - |
| YUV | 31.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 17 | 0 | 0.23 | 0.56 | 0.85 | 35.45 | 0.39 | 0.11 |
| Hex | 27 | 1E | 11 | 0 | 17 | 38 | 55 | 23 | 27 | B |
| Octal | 47 | 36 | 21 | 0 | 27 | 70 | 125 | 43 | 47 | 13 |
| Binary | 100111 | 11110 | 10001 | 0 | 10111 | 111000 | 1010101 | 100011 | 100111 | 1011 |
Color Harmonies of #271E11
Complementary color
Monochromatic Colors of #271E11
Black with #271E11
Text Example
Text Example
White with #271E11
Text Example
Text Example
HTML Codes & Css Web 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>