Shades of Black Russian #1F2024
Tints of Black Russian #1F2024
RGB
CMYK
RGB Variations
Color information
#1F2024 (or 0x1F2024) is known color: Black Russian. HEX triplet: 1F, 20 and 24. RGB value is (31,32,36). Sum of RGB (Red+Green+Blue) = 31+32+36=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F2024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2024 is #E0DFDB. Grayscale: #202020. Windows color (decimal): -14737372 or 2367519. OLE color: 2367519.
HSL color Cylindrical-coordinate representation of color #1F2024: hue angle of 228º 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 #1F2024 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 32 | 36 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.86 |
| HSL | 228º | 0.07% | 0.13% | - |
| HSV(B) | 228º | 0.14% | 0.14% | - |
| XYZ | 1.4 | 1.45 | 1.88 | - |
| YUV | 32.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 36 | 0.14 | 0.11 | 0 | 0.86 | 228 | 0.07 | 0.13 |
| Hex | 1F | 20 | 24 | E | B | 0 | 56 | E4 | 7 | D |
| Octal | 37 | 40 | 44 | 16 | 13 | 0 | 126 | 344 | 7 | 15 |
| Binary | 11111 | 100000 | 100100 | 1110 | 1011 | 0 | 1010110 | 11100100 | 111 | 1101 |
Color Harmonies of #1F2024
Complementary color
Monochromatic Colors of #1F2024
Black with #1F2024
Text Example
Text Example
White with #1F2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2024; }
p { color: rgb(31,32,36); }
H1.HeaderClassName
{
color: #1F2024;
}
.AnyTagClassName
{
color: #1F2024;
}
</style>
background-color css
<style>
a { background-color: #1F2024; }
a { background-color: rgb(31,32,36); }
div.DivClassName
{
background-color: #1F2024;
}
.BgClassName
{
background-color: #1F2024;
}
</style>
border-color css
<style>
span { border-color: #1F2024; }
span { border-color: rgb(31,32,36); }
td.TdClassName
{
border-color: #1F2024;
}
.TagClassName
{
border-color: #1F2024;
}
</style>