Shades of Black Magic #2D2413
Tints of Black Magic #2D2413
RGB
CMYK
RGB Variations
Color information
#2D2413 (or 0x2D2413) is known color: Black Magic. HEX triplet: 2D, 24 and 13. RGB value is (45,36,19). Sum of RGB (Red+Green+Blue) = 45+36+19=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2413 is #D2DBEC. Grayscale: #242424. Windows color (decimal): -13818861 or 1254445. OLE color: 1254445.
HSL color Cylindrical-coordinate representation of color #2D2413: hue angle of 39.23º 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 #2D2413 is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 36 | 19 | - |
| CMYK | 0 | 0.2 | 0.58 | 0.82 |
| HSL | 39.23º | 0.41% | 0.13% | - |
| HSV(B) | 39.23º | 0.58% | 0.18% | - |
| XYZ | 1.83 | 1.87 | 0.88 | - |
| YUV | 36.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 19 | 0 | 0.2 | 0.58 | 0.82 | 39.23 | 0.41 | 0.13 |
| Hex | 2D | 24 | 13 | 0 | 14 | 3A | 52 | 27 | 29 | D |
| Octal | 55 | 44 | 23 | 0 | 24 | 72 | 122 | 47 | 51 | 15 |
| Binary | 101101 | 100100 | 10011 | 0 | 10100 | 111010 | 1010010 | 100111 | 101001 | 1101 |
Color Harmonies of #2D2413
Complementary color
Monochromatic Colors of #2D2413
Black with #2D2413
Text Example
Text Example
White with #2D2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2413; }
p { color: rgb(45,36,19); }
H1.HeaderClassName
{
color: #2D2413;
}
.AnyTagClassName
{
color: #2D2413;
}
</style>
background-color css
<style>
a { background-color: #2D2413; }
a { background-color: rgb(45,36,19); }
div.DivClassName
{
background-color: #2D2413;
}
.BgClassName
{
background-color: #2D2413;
}
</style>
border-color css
<style>
span { border-color: #2D2413; }
span { border-color: rgb(45,36,19); }
td.TdClassName
{
border-color: #2D2413;
}
.TagClassName
{
border-color: #2D2413;
}
</style>