Shades of Black Magic #2D2513
Tints of Black Magic #2D2513
RGB
CMYK
RGB Variations
Color information
#2D2513 (or 0x2D2513) is known color: Black Magic. HEX triplet: 2D, 25 and 13. RGB value is (45,37,19). Sum of RGB (Red+Green+Blue) = 45+37+19=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2513 is #D2DAEC. Grayscale: #252525. Windows color (decimal): -13818605 or 1254701. OLE color: 1254701.
HSL color Cylindrical-coordinate representation of color #2D2513: hue angle of 41.54º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D2513 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 37 | 19 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.82 |
| HSL | 41.54º | 0.41% | 0.13% | - |
| HSV(B) | 41.54º | 0.58% | 0.18% | - |
| XYZ | 1.86 | 1.93 | 0.89 | - |
| YUV | 37.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 19 | 0 | 0.18 | 0.58 | 0.82 | 41.54 | 0.41 | 0.13 |
| Hex | 2D | 25 | 13 | 0 | 12 | 3A | 52 | 2A | 29 | D |
| Octal | 55 | 45 | 23 | 0 | 22 | 72 | 122 | 52 | 51 | 15 |
| Binary | 101101 | 100101 | 10011 | 0 | 10010 | 111010 | 1010010 | 101010 | 101001 | 1101 |
Color Harmonies of #2D2513
Complementary color
Monochromatic Colors of #2D2513
Black with #2D2513
Text Example
Text Example
White with #2D2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2513; }
p { color: rgb(45,37,19); }
H1.HeaderClassName
{
color: #2D2513;
}
.AnyTagClassName
{
color: #2D2513;
}
</style>
background-color css
<style>
a { background-color: #2D2513; }
a { background-color: rgb(45,37,19); }
div.DivClassName
{
background-color: #2D2513;
}
.BgClassName
{
background-color: #2D2513;
}
</style>
border-color css
<style>
span { border-color: #2D2513; }
span { border-color: rgb(45,37,19); }
td.TdClassName
{
border-color: #2D2513;
}
.TagClassName
{
border-color: #2D2513;
}
</style>