Shades of Black Magic #2D2414
Tints of Black Magic #2D2414
RGB
CMYK
RGB Variations
Color information
#2D2414 (or 0x2D2414) is known color: Black Magic. HEX triplet: 2D, 24 and 14. RGB value is (45,36,20). Sum of RGB (Red+Green+Blue) = 45+36+20=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2414 is #D2DBEB. Grayscale: #242424. Windows color (decimal): -13818860 or 1319981. OLE color: 1319981.
HSL color Cylindrical-coordinate representation of color #2D2414: hue angle of 38.4º 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 #2D2414 is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 36 | 20 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.82 |
| HSL | 38.4º | 0.38% | 0.13% | - |
| HSV(B) | 38.4º | 0.56% | 0.18% | - |
| XYZ | 1.84 | 1.87 | 0.93 | - |
| YUV | 36.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 20 | 0 | 0.2 | 0.56 | 0.82 | 38.4 | 0.38 | 0.13 |
| Hex | 2D | 24 | 14 | 0 | 14 | 38 | 52 | 26 | 26 | D |
| Octal | 55 | 44 | 24 | 0 | 24 | 70 | 122 | 46 | 46 | 15 |
| Binary | 101101 | 100100 | 10100 | 0 | 10100 | 111000 | 1010010 | 100110 | 100110 | 1101 |
Color Harmonies of #2D2414
Complementary color
Monochromatic Colors of #2D2414
Black with #2D2414
Text Example
Text Example
White with #2D2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2414; }
p { color: rgb(45,36,20); }
H1.HeaderClassName
{
color: #2D2414;
}
.AnyTagClassName
{
color: #2D2414;
}
</style>
background-color css
<style>
a { background-color: #2D2414; }
a { background-color: rgb(45,36,20); }
div.DivClassName
{
background-color: #2D2414;
}
.BgClassName
{
background-color: #2D2414;
}
</style>
border-color css
<style>
span { border-color: #2D2414; }
span { border-color: rgb(45,36,20); }
td.TdClassName
{
border-color: #2D2414;
}
.TagClassName
{
border-color: #2D2414;
}
</style>