Shades of Black Russian #1D2027
Tints of Black Russian #1D2027
RGB
CMYK
RGB Variations
Color information
#1D2027 (or 0x1D2027) is known color: Black Russian. HEX triplet: 1D, 20 and 27. RGB value is (29,32,39). Sum of RGB (Red+Green+Blue) = 29+32+39=100 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 39 - color contains mainly: blue. Hex color #1D2027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2027 is #E2DFD8. Grayscale: #1F1F1F. Windows color (decimal): -14868441 or 2564125. OLE color: 2564125.
HSL color Cylindrical-coordinate representation of color #1D2027: hue angle of 222º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1D2027 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 32 | 39 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.85 |
| HSL | 222º | 0.15% | 0.13% | - |
| HSV(B) | 222º | 0.26% | 0.15% | - |
| XYZ | 1.39 | 1.44 | 2.12 | - |
| YUV | 31.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 39 | 0.26 | 0.18 | 0 | 0.85 | 222 | 0.15 | 0.13 |
| Hex | 1D | 20 | 27 | 1A | 12 | 0 | 55 | DE | F | D |
| Octal | 35 | 40 | 47 | 32 | 22 | 0 | 125 | 336 | 17 | 15 |
| Binary | 11101 | 100000 | 100111 | 11010 | 10010 | 0 | 1010101 | 11011110 | 1111 | 1101 |
Color Harmonies of #1D2027
Complementary color
Monochromatic Colors of #1D2027
Black with #1D2027
Text Example
Text Example
White with #1D2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2027; }
p { color: rgb(29,32,39); }
H1.HeaderClassName
{
color: #1D2027;
}
.AnyTagClassName
{
color: #1D2027;
}
</style>
background-color css
<style>
a { background-color: #1D2027; }
a { background-color: rgb(29,32,39); }
div.DivClassName
{
background-color: #1D2027;
}
.BgClassName
{
background-color: #1D2027;
}
</style>
border-color css
<style>
span { border-color: #1D2027; }
span { border-color: rgb(29,32,39); }
td.TdClassName
{
border-color: #1D2027;
}
.TagClassName
{
border-color: #1D2027;
}
</style>