Shades of Black Magic #2D2B27
Tints of Black Magic #2D2B27
RGB
CMYK
RGB Variations
Color information
#2D2B27 (or 0x2D2B27) is known color: Black Magic. HEX triplet: 2D, 2B and 27. RGB value is (45,43,39). Sum of RGB (Red+Green+Blue) = 45+43+39=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2B27 is #D2D4D8. Grayscale: #2B2B2B. Windows color (decimal): -13817049 or 2566957. OLE color: 2566957.
HSL color Cylindrical-coordinate representation of color #2D2B27: hue angle of 40º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2D2B27 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 43 | 39 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.82 |
| HSL | 40º | 0.07% | 0.16% | - |
| HSV(B) | 40º | 0.13% | 0.18% | - |
| XYZ | 2.31 | 2.43 | 2.27 | - |
| YUV | 43.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 39 | 0 | 0.04 | 0.13 | 0.82 | 40 | 0.07 | 0.16 |
| Hex | 2D | 2B | 27 | 0 | 4 | D | 52 | 28 | 7 | 10 |
| Octal | 55 | 53 | 47 | 0 | 4 | 15 | 122 | 50 | 7 | 20 |
| Binary | 101101 | 101011 | 100111 | 0 | 100 | 1101 | 1010010 | 101000 | 111 | 10000 |
Color Harmonies of #2D2B27
Complementary color
Monochromatic Colors of #2D2B27
Black with #2D2B27
Text Example
Text Example
White with #2D2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2B27; }
p { color: rgb(45,43,39); }
H1.HeaderClassName
{
color: #2D2B27;
}
.AnyTagClassName
{
color: #2D2B27;
}
</style>
background-color css
<style>
a { background-color: #2D2B27; }
a { background-color: rgb(45,43,39); }
div.DivClassName
{
background-color: #2D2B27;
}
.BgClassName
{
background-color: #2D2B27;
}
</style>
border-color css
<style>
span { border-color: #2D2B27; }
span { border-color: rgb(45,43,39); }
td.TdClassName
{
border-color: #2D2B27;
}
.TagClassName
{
border-color: #2D2B27;
}
</style>