Shades of Black Russian #1F1F24
Tints of Black Russian #1F1F24
RGB
CMYK
RGB Variations
Color information
#1F1F24 (or 0x1F1F24) is known color: Black Russian. HEX triplet: 1F, 1F and 24. RGB value is (31,31,36). Sum of RGB (Red+Green+Blue) = 31+31+36=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1F24 is #E0E0DB. Grayscale: #1F1F1F. Windows color (decimal): -14737628 or 2367263. OLE color: 2367263.
HSL color Cylindrical-coordinate representation of color #1F1F24: hue angle of 240º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1F1F24 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 31 | 36 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.86 |
| HSL | 240º | 0.07% | 0.13% | - |
| HSV(B) | 240º | 0.14% | 0.14% | - |
| XYZ | 1.37 | 1.4 | 1.87 | - |
| YUV | 31.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 31 | 36 | 0.14 | 0.14 | 0 | 0.86 | 240 | 0.07 | 0.13 |
| Hex | 1F | 1F | 24 | E | E | 0 | 56 | F0 | 7 | D |
| Octal | 37 | 37 | 44 | 16 | 16 | 0 | 126 | 360 | 7 | 15 |
| Binary | 11111 | 11111 | 100100 | 1110 | 1110 | 0 | 1010110 | 11110000 | 111 | 1101 |
Color Harmonies of #1F1F24
Complementary color
Monochromatic Colors of #1F1F24
Black with #1F1F24
Text Example
Text Example
White with #1F1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1F24; }
p { color: rgb(31,31,36); }
H1.HeaderClassName
{
color: #1F1F24;
}
.AnyTagClassName
{
color: #1F1F24;
}
</style>
background-color css
<style>
a { background-color: #1F1F24; }
a { background-color: rgb(31,31,36); }
div.DivClassName
{
background-color: #1F1F24;
}
.BgClassName
{
background-color: #1F1F24;
}
</style>
border-color css
<style>
span { border-color: #1F1F24; }
span { border-color: rgb(31,31,36); }
td.TdClassName
{
border-color: #1F1F24;
}
.TagClassName
{
border-color: #1F1F24;
}
</style>