Shades of Black Russian #292A2D
Tints of Black Russian #292A2D
RGB
CMYK
RGB Variations
Color information
#292A2D (or 0x292A2D) is known color: Black Russian. HEX triplet: 29, 2A and 2D. RGB value is (41,42,45). Sum of RGB (Red+Green+Blue) = 41+42+45=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 45 - color contains mainly: blue. Hex color #292A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A2D is #D6D5D2. Grayscale: #2A2A2A. Windows color (decimal): -14079443 or 2959913. OLE color: 2959913.
HSL color Cylindrical-coordinate representation of color #292A2D: hue angle of 225º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #292A2D is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 42 | 45 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.82 |
| HSL | 225º | 0.05% | 0.17% | - |
| HSV(B) | 225º | 0.09% | 0.18% | - |
| XYZ | 2.22 | 2.32 | 2.81 | - |
| YUV | 42.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 42 | 45 | 0.09 | 0.07 | 0 | 0.82 | 225 | 0.05 | 0.17 |
| Hex | 29 | 2A | 2D | 9 | 7 | 0 | 52 | E1 | 5 | 11 |
| Octal | 51 | 52 | 55 | 11 | 7 | 0 | 122 | 341 | 5 | 21 |
| Binary | 101001 | 101010 | 101101 | 1001 | 111 | 0 | 1010010 | 11100001 | 101 | 10001 |
Color Harmonies of #292A2D
Complementary color
Monochromatic Colors of #292A2D
Black with #292A2D
Text Example
Text Example
White with #292A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292A2D; }
p { color: rgb(41,42,45); }
H1.HeaderClassName
{
color: #292A2D;
}
.AnyTagClassName
{
color: #292A2D;
}
</style>
background-color css
<style>
a { background-color: #292A2D; }
a { background-color: rgb(41,42,45); }
div.DivClassName
{
background-color: #292A2D;
}
.BgClassName
{
background-color: #292A2D;
}
</style>
border-color css
<style>
span { border-color: #292A2D; }
span { border-color: rgb(41,42,45); }
td.TdClassName
{
border-color: #292A2D;
}
.TagClassName
{
border-color: #292A2D;
}
</style>