Shades of Black Russian #1D1F24
Tints of Black Russian #1D1F24
RGB
CMYK
RGB Variations
Color information
#1D1F24 (or 0x1D1F24) is known color: Black Russian. HEX triplet: 1D, 1F and 24. RGB value is (29,31,36). Sum of RGB (Red+Green+Blue) = 29+31+36=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D1F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1F24 is #E2E0DB. Grayscale: #1E1E1E. Windows color (decimal): -14868700 or 2367261. OLE color: 2367261.
HSL color Cylindrical-coordinate representation of color #1D1F24: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1D1F24 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 31 | 36 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.86 |
| HSL | 222.86º | 0.11% | 0.13% | - |
| HSV(B) | 222.86º | 0.19% | 0.14% | - |
| XYZ | 1.32 | 1.37 | 1.86 | - |
| YUV | 30.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 36 | 0.19 | 0.14 | 0 | 0.86 | 222.86 | 0.11 | 0.13 |
| Hex | 1D | 1F | 24 | 13 | E | 0 | 56 | DF | B | D |
| Octal | 35 | 37 | 44 | 23 | 16 | 0 | 126 | 337 | 13 | 15 |
| Binary | 11101 | 11111 | 100100 | 10011 | 1110 | 0 | 1010110 | 11011111 | 1011 | 1101 |
Color Harmonies of #1D1F24
Complementary color
Monochromatic Colors of #1D1F24
Black with #1D1F24
Text Example
Text Example
White with #1D1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F24; }
p { color: rgb(29,31,36); }
H1.HeaderClassName
{
color: #1D1F24;
}
.AnyTagClassName
{
color: #1D1F24;
}
</style>
background-color css
<style>
a { background-color: #1D1F24; }
a { background-color: rgb(29,31,36); }
div.DivClassName
{
background-color: #1D1F24;
}
.BgClassName
{
background-color: #1D1F24;
}
</style>
border-color css
<style>
span { border-color: #1D1F24; }
span { border-color: rgb(29,31,36); }
td.TdClassName
{
border-color: #1D1F24;
}
.TagClassName
{
border-color: #1D1F24;
}
</style>