Shades of Black Russian #1D212A
Tints of Black Russian #1D212A
RGB
CMYK
RGB Variations
Color information
#1D212A (or 0x1D212A) is known color: Black Russian. HEX triplet: 1D, 21 and 2A. RGB value is (29,33,42). Sum of RGB (Red+Green+Blue) = 29+33+42=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 42 - color contains mainly: blue. Hex color #1D212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D212A is #E2DED5. Grayscale: #202020. Windows color (decimal): -14868182 or 2760989. OLE color: 2760989.
HSL color Cylindrical-coordinate representation of color #1D212A: hue angle of 221.54º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D212A is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 33 | 42 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.84 |
| HSL | 221.54º | 0.18% | 0.14% | - |
| HSV(B) | 221.54º | 0.31% | 0.16% | - |
| XYZ | 1.47 | 1.52 | 2.41 | - |
| YUV | 32.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 42 | 0.31 | 0.21 | 0 | 0.84 | 221.54 | 0.18 | 0.14 |
| Hex | 1D | 21 | 2A | 1F | 15 | 0 | 54 | DE | 12 | E |
| Octal | 35 | 41 | 52 | 37 | 25 | 0 | 124 | 336 | 22 | 16 |
| Binary | 11101 | 100001 | 101010 | 11111 | 10101 | 0 | 1010100 | 11011110 | 10010 | 1110 |
Color Harmonies of #1D212A
Complementary color
Monochromatic Colors of #1D212A
Black with #1D212A
Text Example
Text Example
White with #1D212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D212A; }
p { color: rgb(29,33,42); }
H1.HeaderClassName
{
color: #1D212A;
}
.AnyTagClassName
{
color: #1D212A;
}
</style>
background-color css
<style>
a { background-color: #1D212A; }
a { background-color: rgb(29,33,42); }
div.DivClassName
{
background-color: #1D212A;
}
.BgClassName
{
background-color: #1D212A;
}
</style>
border-color css
<style>
span { border-color: #1D212A; }
span { border-color: rgb(29,33,42); }
td.TdClassName
{
border-color: #1D212A;
}
.TagClassName
{
border-color: #1D212A;
}
</style>