Shades of Black Magic #2D230D
Tints of Black Magic #2D230D
RGB
CMYK
RGB Variations
Color information
#2D230D (or 0x2D230D) is known color: Black Magic. HEX triplet: 2D, 23 and 0D. RGB value is (45,35,13). Sum of RGB (Red+Green+Blue) = 45+35+13=93 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.39% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 45 - color contains mainly: red. Hex color #2D230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D230D is #D2DCF2. Grayscale: #232323. Windows color (decimal): -13819123 or 860973. OLE color: 860973.
HSL color Cylindrical-coordinate representation of color #2D230D: hue angle of 41.25º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D230D is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 35 | 13 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.82 |
| HSL | 41.25º | 0.55% | 0.11% | - |
| HSV(B) | 41.25º | 0.71% | 0.18% | - |
| XYZ | 1.76 | 1.79 | 0.63 | - |
| YUV | 35.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 13 | 0 | 0.22 | 0.71 | 0.82 | 41.25 | 0.55 | 0.11 |
| Hex | 2D | 23 | D | 0 | 16 | 47 | 52 | 29 | 37 | B |
| Octal | 55 | 43 | 15 | 0 | 26 | 107 | 122 | 51 | 67 | 13 |
| Binary | 101101 | 100011 | 1101 | 0 | 10110 | 1000111 | 1010010 | 101001 | 110111 | 1011 |
Color Harmonies of #2D230D
Complementary color
Monochromatic Colors of #2D230D
Black with #2D230D
Text Example
Text Example
White with #2D230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D230D; }
p { color: rgb(45,35,13); }
H1.HeaderClassName
{
color: #2D230D;
}
.AnyTagClassName
{
color: #2D230D;
}
</style>
background-color css
<style>
a { background-color: #2D230D; }
a { background-color: rgb(45,35,13); }
div.DivClassName
{
background-color: #2D230D;
}
.BgClassName
{
background-color: #2D230D;
}
</style>
border-color css
<style>
span { border-color: #2D230D; }
span { border-color: rgb(45,35,13); }
td.TdClassName
{
border-color: #2D230D;
}
.TagClassName
{
border-color: #2D230D;
}
</style>