Shades of Black Russian #1D212C
Tints of Black Russian #1D212C
RGB
CMYK
RGB Variations
Color information
#1D212C (or 0x1D212C) is known color: Black Russian. HEX triplet: 1D, 21 and 2C. RGB value is (29,33,44). Sum of RGB (Red+Green+Blue) = 29+33+44=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 44 - color contains mainly: blue. Hex color #1D212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D212C is #E2DED3. Grayscale: #212121. Windows color (decimal): -14868180 or 2892061. OLE color: 2892061.
HSL color Cylindrical-coordinate representation of color #1D212C: hue angle of 224º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D212C is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 33 | 44 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.83 |
| HSL | 224º | 0.21% | 0.14% | - |
| HSV(B) | 224º | 0.34% | 0.17% | - |
| XYZ | 1.51 | 1.53 | 2.6 | - |
| YUV | 33.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 44 | 0.34 | 0.25 | 0 | 0.83 | 224 | 0.21 | 0.14 |
| Hex | 1D | 21 | 2C | 22 | 19 | 0 | 53 | E0 | 15 | E |
| Octal | 35 | 41 | 54 | 42 | 31 | 0 | 123 | 340 | 25 | 16 |
| Binary | 11101 | 100001 | 101100 | 100010 | 11001 | 0 | 1010011 | 11100000 | 10101 | 1110 |
Color Harmonies of #1D212C
Complementary color
Monochromatic Colors of #1D212C
Black with #1D212C
Text Example
Text Example
White with #1D212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D212C; }
p { color: rgb(29,33,44); }
H1.HeaderClassName
{
color: #1D212C;
}
.AnyTagClassName
{
color: #1D212C;
}
</style>
background-color css
<style>
a { background-color: #1D212C; }
a { background-color: rgb(29,33,44); }
div.DivClassName
{
background-color: #1D212C;
}
.BgClassName
{
background-color: #1D212C;
}
</style>
border-color css
<style>
span { border-color: #1D212C; }
span { border-color: rgb(29,33,44); }
td.TdClassName
{
border-color: #1D212C;
}
.TagClassName
{
border-color: #1D212C;
}
</style>