Shades of Black Magic #2D2311
Tints of Black Magic #2D2311
RGB
CMYK
RGB Variations
Color information
#2D2311 (or 0x2D2311) is known color: Black Magic. HEX triplet: 2D, 23 and 11. RGB value is (45,35,17). Sum of RGB (Red+Green+Blue) = 45+35+17=97 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.39% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2311 is #D2DCEE. Grayscale: #242424. Windows color (decimal): -13819119 or 1123117. OLE color: 1123117.
HSL color Cylindrical-coordinate representation of color #2D2311: hue angle of 38.57º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D2311 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 35 | 17 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.82 |
| HSL | 38.57º | 0.45% | 0.12% | - |
| HSV(B) | 38.57º | 0.62% | 0.18% | - |
| XYZ | 1.78 | 1.8 | 0.78 | - |
| YUV | 35.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 17 | 0 | 0.22 | 0.62 | 0.82 | 38.57 | 0.45 | 0.12 |
| Hex | 2D | 23 | 11 | 0 | 16 | 3E | 52 | 27 | 2D | C |
| Octal | 55 | 43 | 21 | 0 | 26 | 76 | 122 | 47 | 55 | 14 |
| Binary | 101101 | 100011 | 10001 | 0 | 10110 | 111110 | 1010010 | 100111 | 101101 | 1100 |
Color Harmonies of #2D2311
Complementary color
Monochromatic Colors of #2D2311
Black with #2D2311
Text Example
Text Example
White with #2D2311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2311; }
p { color: rgb(45,35,17); }
H1.HeaderClassName
{
color: #2D2311;
}
.AnyTagClassName
{
color: #2D2311;
}
</style>
background-color css
<style>
a { background-color: #2D2311; }
a { background-color: rgb(45,35,17); }
div.DivClassName
{
background-color: #2D2311;
}
.BgClassName
{
background-color: #2D2311;
}
</style>
border-color css
<style>
span { border-color: #2D2311; }
span { border-color: rgb(45,35,17); }
td.TdClassName
{
border-color: #2D2311;
}
.TagClassName
{
border-color: #2D2311;
}
</style>