Shades of Black Magic #2D2514
Tints of Black Magic #2D2514
RGB
CMYK
RGB Variations
Color information
#2D2514 (or 0x2D2514) is known color: Black Magic. HEX triplet: 2D, 25 and 14. RGB value is (45,37,20). Sum of RGB (Red+Green+Blue) = 45+37+20=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2514 is #D2DAEB. Grayscale: #252525. Windows color (decimal): -13818604 or 1320237. OLE color: 1320237.
HSL color Cylindrical-coordinate representation of color #2D2514: hue angle of 40.8º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D2514 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 37 | 20 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.82 |
| HSL | 40.8º | 0.38% | 0.13% | - |
| HSV(B) | 40.8º | 0.56% | 0.18% | - |
| XYZ | 1.87 | 1.93 | 0.94 | - |
| YUV | 37.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 20 | 0 | 0.18 | 0.56 | 0.82 | 40.8 | 0.38 | 0.13 |
| Hex | 2D | 25 | 14 | 0 | 12 | 38 | 52 | 29 | 26 | D |
| Octal | 55 | 45 | 24 | 0 | 22 | 70 | 122 | 51 | 46 | 15 |
| Binary | 101101 | 100101 | 10100 | 0 | 10010 | 111000 | 1010010 | 101001 | 100110 | 1101 |
Color Harmonies of #2D2514
Complementary color
Monochromatic Colors of #2D2514
Black with #2D2514
Text Example
Text Example
White with #2D2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2514; }
p { color: rgb(45,37,20); }
H1.HeaderClassName
{
color: #2D2514;
}
.AnyTagClassName
{
color: #2D2514;
}
</style>
background-color css
<style>
a { background-color: #2D2514; }
a { background-color: rgb(45,37,20); }
div.DivClassName
{
background-color: #2D2514;
}
.BgClassName
{
background-color: #2D2514;
}
</style>
border-color css
<style>
span { border-color: #2D2514; }
span { border-color: rgb(45,37,20); }
td.TdClassName
{
border-color: #2D2514;
}
.TagClassName
{
border-color: #2D2514;
}
</style>