Shades of Black Magic #2D2719
Tints of Black Magic #2D2719
RGB
CMYK
RGB Variations
Color information
#2D2719 (or 0x2D2719) is known color: Black Magic. HEX triplet: 2D, 27 and 19. RGB value is (45,39,25). Sum of RGB (Red+Green+Blue) = 45+39+25=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2719 is #D2D8E6. Grayscale: #272727. Windows color (decimal): -13818087 or 1648429. OLE color: 1648429.
HSL color Cylindrical-coordinate representation of color #2D2719: hue angle of 42º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D2719 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 39 | 25 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.82 |
| HSL | 42º | 0.29% | 0.14% | - |
| HSV(B) | 42º | 0.44% | 0.18% | - |
| XYZ | 1.98 | 2.08 | 1.22 | - |
| YUV | 39.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 25 | 0 | 0.13 | 0.44 | 0.82 | 42 | 0.29 | 0.14 |
| Hex | 2D | 27 | 19 | 0 | D | 2C | 52 | 2A | 1D | E |
| Octal | 55 | 47 | 31 | 0 | 15 | 54 | 122 | 52 | 35 | 16 |
| Binary | 101101 | 100111 | 11001 | 0 | 1101 | 101100 | 1010010 | 101010 | 11101 | 1110 |
Color Harmonies of #2D2719
Complementary color
Monochromatic Colors of #2D2719
Black with #2D2719
Text Example
Text Example
White with #2D2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2719; }
p { color: rgb(45,39,25); }
H1.HeaderClassName
{
color: #2D2719;
}
.AnyTagClassName
{
color: #2D2719;
}
</style>
background-color css
<style>
a { background-color: #2D2719; }
a { background-color: rgb(45,39,25); }
div.DivClassName
{
background-color: #2D2719;
}
.BgClassName
{
background-color: #2D2719;
}
</style>
border-color css
<style>
span { border-color: #2D2719; }
span { border-color: rgb(45,39,25); }
td.TdClassName
{
border-color: #2D2719;
}
.TagClassName
{
border-color: #2D2719;
}
</style>