Shades of Black Russian #28292F
Tints of Black Russian #28292F
RGB
CMYK
RGB Variations
Color information
#28292F (or 0x28292F) is known color: Black Russian. HEX triplet: 28, 29 and 2F. RGB value is (40,41,47). Sum of RGB (Red+Green+Blue) = 40+41+47=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 47 - color contains mainly: blue. Hex color #28292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28292F is #D7D6D0. Grayscale: #292929. Windows color (decimal): -14145233 or 3090728. OLE color: 3090728.
HSL color Cylindrical-coordinate representation of color #28292F: hue angle of 231.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #28292F is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 41 | 47 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.82 |
| HSL | 231.43º | 0.08% | 0.17% | - |
| HSV(B) | 231.43º | 0.15% | 0.18% | - |
| XYZ | 2.18 | 2.24 | 3.01 | - |
| YUV | 41.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 47 | 0.15 | 0.13 | 0 | 0.82 | 231.43 | 0.08 | 0.17 |
| Hex | 28 | 29 | 2F | F | D | 0 | 52 | E7 | 8 | 11 |
| Octal | 50 | 51 | 57 | 17 | 15 | 0 | 122 | 347 | 10 | 21 |
| Binary | 101000 | 101001 | 101111 | 1111 | 1101 | 0 | 1010010 | 11100111 | 1000 | 10001 |
Color Harmonies of #28292F
Complementary color
Monochromatic Colors of #28292F
Black with #28292F
Text Example
Text Example
White with #28292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28292F; }
p { color: rgb(40,41,47); }
H1.HeaderClassName
{
color: #28292F;
}
.AnyTagClassName
{
color: #28292F;
}
</style>
background-color css
<style>
a { background-color: #28292F; }
a { background-color: rgb(40,41,47); }
div.DivClassName
{
background-color: #28292F;
}
.BgClassName
{
background-color: #28292F;
}
</style>
border-color css
<style>
span { border-color: #28292F; }
span { border-color: rgb(40,41,47); }
td.TdClassName
{
border-color: #28292F;
}
.TagClassName
{
border-color: #28292F;
}
</style>