Shades of Black Magic #271D0D
Tints of Black Magic #271D0D
RGB
CMYK
RGB Variations
Color information
#271D0D (or 0x271D0D) is known color: Black Magic. HEX triplet: 27, 1D and 0D. RGB value is (39,29,13). Sum of RGB (Red+Green+Blue) = 39+29+13=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D0D is #D8E2F2. Grayscale: #1E1E1E. Windows color (decimal): -14213875 or 859431. OLE color: 859431.
HSL color Cylindrical-coordinate representation of color #271D0D: hue angle of 36.92º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271D0D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 13 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.85 |
| HSL | 36.92º | 0.5% | 0.1% | - |
| HSV(B) | 36.92º | 0.67% | 0.15% | - |
| XYZ | 1.35 | 1.34 | 0.57 | - |
| YUV | 30.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 13 | 0 | 0.26 | 0.67 | 0.85 | 36.92 | 0.5 | 0.1 |
| Hex | 27 | 1D | D | 0 | 1A | 43 | 55 | 25 | 32 | A |
| Octal | 47 | 35 | 15 | 0 | 32 | 103 | 125 | 45 | 62 | 12 |
| Binary | 100111 | 11101 | 1101 | 0 | 11010 | 1000011 | 1010101 | 100101 | 110010 | 1010 |
Color Harmonies of #271D0D
Complementary color
Monochromatic Colors of #271D0D
Black with #271D0D
Text Example
Text Example
White with #271D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D0D; }
p { color: rgb(39,29,13); }
H1.HeaderClassName
{
color: #271D0D;
}
.AnyTagClassName
{
color: #271D0D;
}
</style>
background-color css
<style>
a { background-color: #271D0D; }
a { background-color: rgb(39,29,13); }
div.DivClassName
{
background-color: #271D0D;
}
.BgClassName
{
background-color: #271D0D;
}
</style>
border-color css
<style>
span { border-color: #271D0D; }
span { border-color: rgb(39,29,13); }
td.TdClassName
{
border-color: #271D0D;
}
.TagClassName
{
border-color: #271D0D;
}
</style>