Shades of Black Magic #271F13
Tints of Black Magic #271F13
RGB
CMYK
RGB Variations
Color information
#271F13 (or 0x271F13) is known color: 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
| RGB | 39 | 31 | 19 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.85 |
| HSL | 36º | 0.34% | 0.11% | - |
| HSV(B) | 36º | 0.51% | 0.15% | - |
| XYZ | 1.44 | 1.46 | 0.82 | - |
| YUV | 32.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 19 | 0 | 0.21 | 0.51 | 0.85 | 36 | 0.34 | 0.11 |
| Hex | 27 | 1F | 13 | 0 | 15 | 33 | 55 | 24 | 22 | B |
| Octal | 47 | 37 | 23 | 0 | 25 | 63 | 125 | 44 | 42 | 13 |
| Binary | 100111 | 11111 | 10011 | 0 | 10101 | 110011 | 1010101 | 100100 | 100010 | 1011 |
Color Harmonies of #271F13
Complementary color
Monochromatic Colors of #271F13
Black with #271F13
Text Example
Text Example
White with #271F13
Text Example
Text Example
HTML Codes & Css Web 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>