Shades of Black Magic #2D2316
Tints of Black Magic #2D2316
RGB
CMYK
RGB Variations
Color information
#2D2316 (or 0x2D2316) is known color: Black Magic. HEX triplet: 2D, 23 and 16. RGB value is (45,35,22). Sum of RGB (Red+Green+Blue) = 45+35+22=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2316 is #D2DCE9. Grayscale: #242424. Windows color (decimal): -13819114 or 1450797. OLE color: 1450797.
HSL color Cylindrical-coordinate representation of color #2D2316: hue angle of 33.91º 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 #2D2316 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 35 | 22 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.82 |
| HSL | 33.91º | 0.34% | 0.13% | - |
| HSV(B) | 33.91º | 0.51% | 0.18% | - |
| XYZ | 1.83 | 1.82 | 1.01 | - |
| YUV | 36.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 22 | 0 | 0.22 | 0.51 | 0.82 | 33.91 | 0.34 | 0.13 |
| Hex | 2D | 23 | 16 | 0 | 16 | 33 | 52 | 22 | 22 | D |
| Octal | 55 | 43 | 26 | 0 | 26 | 63 | 122 | 42 | 42 | 15 |
| Binary | 101101 | 100011 | 10110 | 0 | 10110 | 110011 | 1010010 | 100010 | 100010 | 1101 |
Color Harmonies of #2D2316
Complementary color
Monochromatic Colors of #2D2316
Black with #2D2316
Text Example
Text Example
White with #2D2316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2316; }
p { color: rgb(45,35,22); }
H1.HeaderClassName
{
color: #2D2316;
}
.AnyTagClassName
{
color: #2D2316;
}
</style>
background-color css
<style>
a { background-color: #2D2316; }
a { background-color: rgb(45,35,22); }
div.DivClassName
{
background-color: #2D2316;
}
.BgClassName
{
background-color: #2D2316;
}
</style>
border-color css
<style>
span { border-color: #2D2316; }
span { border-color: rgb(45,35,22); }
td.TdClassName
{
border-color: #2D2316;
}
.TagClassName
{
border-color: #2D2316;
}
</style>