Shades of Black Magic #2D271B
Tints of Black Magic #2D271B
RGB
CMYK
RGB Variations
Color information
#2D271B (or 0x2D271B) is known color: Black Magic. HEX triplet: 2D, 27 and 1B. RGB value is (45,39,27). Sum of RGB (Red+Green+Blue) = 45+39+27=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 45 - color contains mainly: red. Hex color #2D271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D271B is #D2D8E4. Grayscale: #272727. Windows color (decimal): -13818085 or 1779501. OLE color: 1779501.
HSL color Cylindrical-coordinate representation of color #2D271B: hue angle of 40º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D271B is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 39 | 27 | - |
| CMYK | 0 | 0.13 | 0.4 | 0.82 |
| HSL | 40º | 0.25% | 0.14% | - |
| HSV(B) | 40º | 0.4% | 0.18% | - |
| XYZ | 2.01 | 2.09 | 1.33 | - |
| YUV | 39.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 27 | 0 | 0.13 | 0.4 | 0.82 | 40 | 0.25 | 0.14 |
| Hex | 2D | 27 | 1B | 0 | D | 28 | 52 | 28 | 19 | E |
| Octal | 55 | 47 | 33 | 0 | 15 | 50 | 122 | 50 | 31 | 16 |
| Binary | 101101 | 100111 | 11011 | 0 | 1101 | 101000 | 1010010 | 101000 | 11001 | 1110 |
Color Harmonies of #2D271B
Complementary color
Monochromatic Colors of #2D271B
Black with #2D271B
Text Example
Text Example
White with #2D271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D271B; }
p { color: rgb(45,39,27); }
H1.HeaderClassName
{
color: #2D271B;
}
.AnyTagClassName
{
color: #2D271B;
}
</style>
background-color css
<style>
a { background-color: #2D271B; }
a { background-color: rgb(45,39,27); }
div.DivClassName
{
background-color: #2D271B;
}
.BgClassName
{
background-color: #2D271B;
}
</style>
border-color css
<style>
span { border-color: #2D271B; }
span { border-color: rgb(45,39,27); }
td.TdClassName
{
border-color: #2D271B;
}
.TagClassName
{
border-color: #2D271B;
}
</style>