Shades of Black Magic #2D2208
Tints of Black Magic #2D2208
RGB
CMYK
RGB Variations
Color information
#2D2208 (or 0x2D2208) is known color: Black Magic. HEX triplet: 2D, 22 and 08. RGB value is (45,34,8). Sum of RGB (Red+Green+Blue) = 45+34+8=87 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.72% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2208 is #D2DDF7. Grayscale: #222222. Windows color (decimal): -13819384 or 533037. OLE color: 533037.
HSL color Cylindrical-coordinate representation of color #2D2208: hue angle of 42.16º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D2208 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 34 | 8 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.82 |
| HSL | 42.16º | 0.7% | 0.1% | - |
| HSV(B) | 42.16º | 0.82% | 0.18% | - |
| XYZ | 1.7 | 1.72 | 0.47 | - |
| YUV | 34.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 8 | 0 | 0.24 | 0.82 | 0.82 | 42.16 | 0.7 | 0.1 |
| Hex | 2D | 22 | 8 | 0 | 18 | 52 | 52 | 2A | 46 | A |
| Octal | 55 | 42 | 10 | 0 | 30 | 122 | 122 | 52 | 106 | 12 |
| Binary | 101101 | 100010 | 1000 | 0 | 11000 | 1010010 | 1010010 | 101010 | 1000110 | 1010 |
Color Harmonies of #2D2208
Complementary color
Monochromatic Colors of #2D2208
Black with #2D2208
Text Example
Text Example
White with #2D2208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2208; }
p { color: rgb(45,34,8); }
H1.HeaderClassName
{
color: #2D2208;
}
.AnyTagClassName
{
color: #2D2208;
}
</style>
background-color css
<style>
a { background-color: #2D2208; }
a { background-color: rgb(45,34,8); }
div.DivClassName
{
background-color: #2D2208;
}
.BgClassName
{
background-color: #2D2208;
}
</style>
border-color css
<style>
span { border-color: #2D2208; }
span { border-color: rgb(45,34,8); }
td.TdClassName
{
border-color: #2D2208;
}
.TagClassName
{
border-color: #2D2208;
}
</style>