Shades of Black Magic #272015
Tints of Black Magic #272015
RGB
CMYK
RGB Variations
Color information
#272015 (or 0x272015) is known color: Black Magic. HEX triplet: 27, 20 and 15. RGB value is (39,32,21). Sum of RGB (Red+Green+Blue) = 39+32+21=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #272015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272015 is #D8DFEA. Grayscale: #202020. Windows color (decimal): -14213099 or 1384487. OLE color: 1384487.
HSL color Cylindrical-coordinate representation of color #272015: hue angle of 36.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #272015 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 32 | 21 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.85 |
| HSL | 36.67º | 0.3% | 0.12% | - |
| HSV(B) | 36.67º | 0.46% | 0.15% | - |
| XYZ | 1.49 | 1.52 | 0.92 | - |
| YUV | 32.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 21 | 0 | 0.18 | 0.46 | 0.85 | 36.67 | 0.3 | 0.12 |
| Hex | 27 | 20 | 15 | 0 | 12 | 2E | 55 | 25 | 1E | C |
| Octal | 47 | 40 | 25 | 0 | 22 | 56 | 125 | 45 | 36 | 14 |
| Binary | 100111 | 100000 | 10101 | 0 | 10010 | 101110 | 1010101 | 100101 | 11110 | 1100 |
Color Harmonies of #272015
Complementary color
Monochromatic Colors of #272015
Black with #272015
Text Example
Text Example
White with #272015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272015; }
p { color: rgb(39,32,21); }
H1.HeaderClassName
{
color: #272015;
}
.AnyTagClassName
{
color: #272015;
}
</style>
background-color css
<style>
a { background-color: #272015; }
a { background-color: rgb(39,32,21); }
div.DivClassName
{
background-color: #272015;
}
.BgClassName
{
background-color: #272015;
}
</style>
border-color css
<style>
span { border-color: #272015; }
span { border-color: rgb(39,32,21); }
td.TdClassName
{
border-color: #272015;
}
.TagClassName
{
border-color: #272015;
}
</style>