Shades of Black Russian #1D2026
Tints of Black Russian #1D2026
RGB
CMYK
RGB Variations
Color information
#1D2026 (or 0x1D2026) is known color: Black Russian. HEX triplet: 1D, 20 and 26. RGB value is (29,32,38). Sum of RGB (Red+Green+Blue) = 29+32+38=99 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29.29% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 38 - color contains mainly: blue. Hex color #1D2026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2026 is #E2DFD9. Grayscale: #1F1F1F. Windows color (decimal): -14868442 or 2498589. OLE color: 2498589.
HSL color Cylindrical-coordinate representation of color #1D2026: hue angle of 220º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D2026 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 32 | 38 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.85 |
| HSL | 220º | 0.13% | 0.13% | - |
| HSV(B) | 220º | 0.24% | 0.15% | - |
| XYZ | 1.37 | 1.43 | 2.04 | - |
| YUV | 31.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 38 | 0.24 | 0.16 | 0 | 0.85 | 220 | 0.13 | 0.13 |
| Hex | 1D | 20 | 26 | 18 | 10 | 0 | 55 | DC | D | D |
| Octal | 35 | 40 | 46 | 30 | 20 | 0 | 125 | 334 | 15 | 15 |
| Binary | 11101 | 100000 | 100110 | 11000 | 10000 | 0 | 1010101 | 11011100 | 1101 | 1101 |
Color Harmonies of #1D2026
Complementary color
Monochromatic Colors of #1D2026
Black with #1D2026
Text Example
Text Example
White with #1D2026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2026; }
p { color: rgb(29,32,38); }
H1.HeaderClassName
{
color: #1D2026;
}
.AnyTagClassName
{
color: #1D2026;
}
</style>
background-color css
<style>
a { background-color: #1D2026; }
a { background-color: rgb(29,32,38); }
div.DivClassName
{
background-color: #1D2026;
}
.BgClassName
{
background-color: #1D2026;
}
</style>
border-color css
<style>
span { border-color: #1D2026; }
span { border-color: rgb(29,32,38); }
td.TdClassName
{
border-color: #1D2026;
}
.TagClassName
{
border-color: #1D2026;
}
</style>