Shades of Black Russian #1D2028
Tints of Black Russian #1D2028
RGB
CMYK
RGB Variations
Color information
#1D2028 (or 0x1D2028) is known color: Black Russian. HEX triplet: 1D, 20 and 28. RGB value is (29,32,40). Sum of RGB (Red+Green+Blue) = 29+32+40=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D2028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2028 is #E2DFD7. Grayscale: #1F1F1F. Windows color (decimal): -14868440 or 2629661. OLE color: 2629661.
HSL color Cylindrical-coordinate representation of color #1D2028: hue angle of 223.64º 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 #1D2028 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 32 | 40 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.84 |
| HSL | 223.64º | 0.16% | 0.14% | - |
| HSV(B) | 223.64º | 0.28% | 0.16% | - |
| XYZ | 1.41 | 1.45 | 2.21 | - |
| YUV | 32.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 40 | 0.28 | 0.20 | 0 | 0.84 | 223.64 | 0.16 | 0.14 |
| Hex | 1D | 20 | 28 | 1C | 14 | 0 | 54 | E0 | 10 | E |
| Octal | 35 | 40 | 50 | 34 | 24 | 0 | 124 | 340 | 20 | 16 |
| Binary | 11101 | 100000 | 101000 | 11100 | 10100 | 0 | 1010100 | 11100000 | 10000 | 1110 |
Color Harmonies of #1D2028
Complementary color
Monochromatic Colors of #1D2028
Black with #1D2028
Text Example
Text Example
White with #1D2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2028; }
p { color: rgb(29,32,40); }
H1.HeaderClassName
{
color: #1D2028;
}
.AnyTagClassName
{
color: #1D2028;
}
</style>
background-color css
<style>
a { background-color: #1D2028; }
a { background-color: rgb(29,32,40); }
div.DivClassName
{
background-color: #1D2028;
}
.BgClassName
{
background-color: #1D2028;
}
</style>
border-color css
<style>
span { border-color: #1D2028; }
span { border-color: rgb(29,32,40); }
td.TdClassName
{
border-color: #1D2028;
}
.TagClassName
{
border-color: #1D2028;
}
</style>