Shades of Black Russian #1D2029
Tints of Black Russian #1D2029
RGB
CMYK
RGB Variations
Color information
#1D2029 (or 0x1D2029) is known color: Black Russian. HEX triplet: 1D, 20 and 29. RGB value is (29,32,41). Sum of RGB (Red+Green+Blue) = 29+32+41=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D2029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2029 is #E2DFD6. Grayscale: #202020. Windows color (decimal): -14868439 or 2695197. OLE color: 2695197.
HSL color Cylindrical-coordinate representation of color #1D2029: hue angle of 225º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1D2029 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 32 | 41 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.84 |
| HSL | 225º | 0.17% | 0.14% | - |
| HSV(B) | 225º | 0.29% | 0.16% | - |
| XYZ | 1.42 | 1.45 | 2.3 | - |
| YUV | 32.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 41 | 0.29 | 0.22 | 0 | 0.84 | 225 | 0.17 | 0.14 |
| Hex | 1D | 20 | 29 | 1D | 16 | 0 | 54 | E1 | 11 | E |
| Octal | 35 | 40 | 51 | 35 | 26 | 0 | 124 | 341 | 21 | 16 |
| Binary | 11101 | 100000 | 101001 | 11101 | 10110 | 0 | 1010100 | 11100001 | 10001 | 1110 |
Color Harmonies of #1D2029
Complementary color
Monochromatic Colors of #1D2029
Black with #1D2029
Text Example
Text Example
White with #1D2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2029; }
p { color: rgb(29,32,41); }
H1.HeaderClassName
{
color: #1D2029;
}
.AnyTagClassName
{
color: #1D2029;
}
</style>
background-color css
<style>
a { background-color: #1D2029; }
a { background-color: rgb(29,32,41); }
div.DivClassName
{
background-color: #1D2029;
}
.BgClassName
{
background-color: #1D2029;
}
</style>
border-color css
<style>
span { border-color: #1D2029; }
span { border-color: rgb(29,32,41); }
td.TdClassName
{
border-color: #1D2029;
}
.TagClassName
{
border-color: #1D2029;
}
</style>