Shades of Black Russian #1D2128
Tints of Black Russian #1D2128
RGB
CMYK
RGB Variations
Color information
#1D2128 (or 0x1D2128) is known color: Black Russian. HEX triplet: 1D, 21 and 28. RGB value is (29,33,40). Sum of RGB (Red+Green+Blue) = 29+33+40=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D2128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2128 is #E2DED7. Grayscale: #202020. Windows color (decimal): -14868184 or 2629917. OLE color: 2629917.
HSL color Cylindrical-coordinate representation of color #1D2128: hue angle of 218.18º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1D2128 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 33 | 40 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.84 |
| HSL | 218.18º | 0.16% | 0.14% | - |
| HSV(B) | 218.18º | 0.28% | 0.16% | - |
| XYZ | 1.43 | 1.5 | 2.22 | - |
| YUV | 32.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 40 | 0.28 | 0.17 | 0 | 0.84 | 218.18 | 0.16 | 0.14 |
| Hex | 1D | 21 | 28 | 1C | 11 | 0 | 54 | DA | 10 | E |
| Octal | 35 | 41 | 50 | 34 | 21 | 0 | 124 | 332 | 20 | 16 |
| Binary | 11101 | 100001 | 101000 | 11100 | 10001 | 0 | 1010100 | 11011010 | 10000 | 1110 |
Color Harmonies of #1D2128
Complementary color
Monochromatic Colors of #1D2128
Black with #1D2128
Text Example
Text Example
White with #1D2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2128; }
p { color: rgb(29,33,40); }
H1.HeaderClassName
{
color: #1D2128;
}
.AnyTagClassName
{
color: #1D2128;
}
</style>
background-color css
<style>
a { background-color: #1D2128; }
a { background-color: rgb(29,33,40); }
div.DivClassName
{
background-color: #1D2128;
}
.BgClassName
{
background-color: #1D2128;
}
</style>
border-color css
<style>
span { border-color: #1D2128; }
span { border-color: rgb(29,33,40); }
td.TdClassName
{
border-color: #1D2128;
}
.TagClassName
{
border-color: #1D2128;
}
</style>