Shades of Nero #292929
Tints of Nero #292929
RGB
CMYK
RGB Variations
Color information
#292929 (or 0x292929) is known color: Nero. HEX triplet: 29, 29 and 29. RGB value is (41,41,41). Sum of RGB (Red+Green+Blue) = 41+41+41=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 41 - color contains mainly: red, green, blue. Hex color #292929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292929 is #D6D6D6. Grayscale: #282828. Windows color (decimal): -14079703 or 2697513. OLE color: 2697513.
HSL color Cylindrical-coordinate representation of color #292929: hue angle of 0º degrees, saturation: 0, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0%. Process color model (Four color, CMYK) of #292929 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 41 | 41 | 41 | - |
CMYK | 0 | 0 | 0 | 0.84 |
HSL | 0º | 0% | 0.16% | - |
HSV(B) | 0º | 0% | 0.16% | - |
XYZ | 2.11 | 2.22 | 2.41 | - |
YUV | 41 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 41 | 41 | 0 | 0 | 0 | 0.84 | 0 | 0 | 0.16 |
Hex | 29 | 29 | 29 | 0 | 0 | 0 | 54 | 0 | 0 | 10 |
Octal | 51 | 51 | 51 | 0 | 0 | 0 | 124 | 0 | 0 | 20 |
Binary | 101001 | 101001 | 101001 | 0 | 0 | 0 | 1010100 | 0 | 0 | 10000 |
Color Harmonies of #292929
Complementary color
Monochromatic Colors of #292929
Black with #292929
Text Example
Text Example
White with #292929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292929; }
p { color: rgb(41,41,41); }
H1.HeaderClassName
{
color: #292929;
}
.AnyTagClassName
{
color: #292929;
}
</style>
background-color css
<style>
a { background-color: #292929; }
a { background-color: rgb(41,41,41); }
div.DivClassName
{
background-color: #292929;
}
.BgClassName
{
background-color: #292929;
}
</style>
border-color css
<style>
span { border-color: #292929; }
span { border-color: rgb(41,41,41); }
td.TdClassName
{
border-color: #292929;
}
.TagClassName
{
border-color: #292929;
}
</style>