Shades of Black Magic #2C271F
Tints of Black Magic #2C271F
RGB
CMYK
RGB Variations
Color information
#2C271F (or 0x2C271F) is known color: Black Magic. HEX triplet: 2C, 27 and 1F. RGB value is (44,39,31). Sum of RGB (Red+Green+Blue) = 44+39+31=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 44 - color contains mainly: red. Hex color #2C271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C271F is #D3D8E0. Grayscale: #272727. Windows color (decimal): -13883617 or 2041644. OLE color: 2041644.
HSL color Cylindrical-coordinate representation of color #2C271F: hue angle of 36.92º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C271F is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 39 | 31 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.83 |
| HSL | 36.92º | 0.17% | 0.15% | - |
| HSV(B) | 36.92º | 0.3% | 0.17% | - |
| XYZ | 2.01 | 2.09 | 1.59 | - |
| YUV | 39.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 31 | 0 | 0.11 | 0.30 | 0.83 | 36.92 | 0.17 | 0.15 |
| Hex | 2C | 27 | 1F | 0 | B | 1E | 53 | 25 | 11 | F |
| Octal | 54 | 47 | 37 | 0 | 13 | 36 | 123 | 45 | 21 | 17 |
| Binary | 101100 | 100111 | 11111 | 0 | 1011 | 11110 | 1010011 | 100101 | 10001 | 1111 |
Color Harmonies of #2C271F
Complementary color
Monochromatic Colors of #2C271F
Black with #2C271F
Text Example
Text Example
White with #2C271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C271F; }
p { color: rgb(44,39,31); }
H1.HeaderClassName
{
color: #2C271F;
}
.AnyTagClassName
{
color: #2C271F;
}
</style>
background-color css
<style>
a { background-color: #2C271F; }
a { background-color: rgb(44,39,31); }
div.DivClassName
{
background-color: #2C271F;
}
.BgClassName
{
background-color: #2C271F;
}
</style>
border-color css
<style>
span { border-color: #2C271F; }
span { border-color: rgb(44,39,31); }
td.TdClassName
{
border-color: #2C271F;
}
.TagClassName
{
border-color: #2C271F;
}
</style>