Shades of Black Magic #271F14
Tints of Black Magic #271F14
RGB
CMYK
RGB Variations
Color information
#271F14 (or 0x271F14) is known color: Black Magic. HEX triplet: 27, 1F and 14. RGB value is (39,31,20). Sum of RGB (Red+Green+Blue) = 39+31+20=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 39 - color contains mainly: red. Hex color #271F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F14 is #D8E0EB. Grayscale: #202020. Windows color (decimal): -14213356 or 1318695. OLE color: 1318695.
HSL color Cylindrical-coordinate representation of color #271F14: hue angle of 34.74º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #271F14 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 31 | 20 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.85 |
| HSL | 34.74º | 0.32% | 0.12% | - |
| HSV(B) | 34.74º | 0.49% | 0.15% | - |
| XYZ | 1.45 | 1.46 | 0.87 | - |
| YUV | 32.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 20 | 0 | 0.21 | 0.49 | 0.85 | 34.74 | 0.32 | 0.12 |
| Hex | 27 | 1F | 14 | 0 | 15 | 31 | 55 | 23 | 20 | C |
| Octal | 47 | 37 | 24 | 0 | 25 | 61 | 125 | 43 | 40 | 14 |
| Binary | 100111 | 11111 | 10100 | 0 | 10101 | 110001 | 1010101 | 100011 | 100000 | 1100 |
Color Harmonies of #271F14
Complementary color
Monochromatic Colors of #271F14
Black with #271F14
Text Example
Text Example
White with #271F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271F14; }
p { color: rgb(39,31,20); }
H1.HeaderClassName
{
color: #271F14;
}
.AnyTagClassName
{
color: #271F14;
}
</style>
background-color css
<style>
a { background-color: #271F14; }
a { background-color: rgb(39,31,20); }
div.DivClassName
{
background-color: #271F14;
}
.BgClassName
{
background-color: #271F14;
}
</style>
border-color css
<style>
span { border-color: #271F14; }
span { border-color: rgb(39,31,20); }
td.TdClassName
{
border-color: #271F14;
}
.TagClassName
{
border-color: #271F14;
}
</style>