Shades of Black Magic #2D2516
Tints of Black Magic #2D2516
RGB
CMYK
RGB Variations
Color information
#2D2516 (or 0x2D2516) is known color: Black Magic. HEX triplet: 2D, 25 and 16. RGB value is (45,37,22). Sum of RGB (Red+Green+Blue) = 45+37+22=104 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.27% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2516 is #D2DAE9. Grayscale: #252525. Windows color (decimal): -13818602 or 1451309. OLE color: 1451309.
HSL color Cylindrical-coordinate representation of color #2D2516: hue angle of 39.13º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D2516 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 37 | 22 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.82 |
| HSL | 39.13º | 0.34% | 0.13% | - |
| HSV(B) | 39.13º | 0.51% | 0.18% | - |
| XYZ | 1.89 | 1.94 | 1.03 | - |
| YUV | 37.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 22 | 0 | 0.18 | 0.51 | 0.82 | 39.13 | 0.34 | 0.13 |
| Hex | 2D | 25 | 16 | 0 | 12 | 33 | 52 | 27 | 22 | D |
| Octal | 55 | 45 | 26 | 0 | 22 | 63 | 122 | 47 | 42 | 15 |
| Binary | 101101 | 100101 | 10110 | 0 | 10010 | 110011 | 1010010 | 100111 | 100010 | 1101 |
Color Harmonies of #2D2516
Complementary color
Monochromatic Colors of #2D2516
Black with #2D2516
Text Example
Text Example
White with #2D2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2516; }
p { color: rgb(45,37,22); }
H1.HeaderClassName
{
color: #2D2516;
}
.AnyTagClassName
{
color: #2D2516;
}
</style>
background-color css
<style>
a { background-color: #2D2516; }
a { background-color: rgb(45,37,22); }
div.DivClassName
{
background-color: #2D2516;
}
.BgClassName
{
background-color: #2D2516;
}
</style>
border-color css
<style>
span { border-color: #2D2516; }
span { border-color: rgb(45,37,22); }
td.TdClassName
{
border-color: #2D2516;
}
.TagClassName
{
border-color: #2D2516;
}
</style>