Shades of Nero #2D2727
Tints of Nero #2D2727
RGB
CMYK
RGB Variations
Color information
#2D2727 (or 0x2D2727) is known color: Nero. HEX triplet: 2D, 27 and 27. RGB value is (45,39,39). Sum of RGB (Red+Green+Blue) = 45+39+39=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2727 is #D2D8D8. Grayscale: #282828. Windows color (decimal): -13818073 or 2565933. OLE color: 2565933.
HSL color Cylindrical-coordinate representation of color #2D2727: hue angle of 0º 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 #2D2727 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 39 | 39 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.82 |
| HSL | 0º | 0.07% | 0.16% | - |
| HSV(B) | 0º | 0.13% | 0.18% | - |
| XYZ | 2.17 | 2.16 | 2.22 | - |
| YUV | 40.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 39 | 0 | 0.13 | 0.13 | 0.82 | 0 | 0.07 | 0.16 |
| Hex | 2D | 27 | 27 | 0 | D | D | 52 | 0 | 7 | 10 |
| Octal | 55 | 47 | 47 | 0 | 15 | 15 | 122 | 0 | 7 | 20 |
| Binary | 101101 | 100111 | 100111 | 0 | 1101 | 1101 | 1010010 | 0 | 111 | 10000 |
Color Harmonies of #2D2727
Complementary color
Monochromatic Colors of #2D2727
Black with #2D2727
Text Example
Text Example
White with #2D2727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2727; }
p { color: rgb(45,39,39); }
H1.HeaderClassName
{
color: #2D2727;
}
.AnyTagClassName
{
color: #2D2727;
}
</style>
background-color css
<style>
a { background-color: #2D2727; }
a { background-color: rgb(45,39,39); }
div.DivClassName
{
background-color: #2D2727;
}
.BgClassName
{
background-color: #2D2727;
}
</style>
border-color css
<style>
span { border-color: #2D2727; }
span { border-color: rgb(45,39,39); }
td.TdClassName
{
border-color: #2D2727;
}
.TagClassName
{
border-color: #2D2727;
}
</style>