Shades of Black Russian #1F202C
Tints of Black Russian #1F202C
RGB
CMYK
RGB Variations
Color information
#1F202C (or 0x1F202C) is known color: Black Russian. HEX triplet: 1F, 20 and 2C. RGB value is (31,32,44). Sum of RGB (Red+Green+Blue) = 31+32+44=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F202C is #E0DFD3. Grayscale: #212121. Windows color (decimal): -14737364 or 2891807. OLE color: 2891807.
HSL color Cylindrical-coordinate representation of color #1F202C: hue angle of 235.38º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F202C is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 31 | 32 | 44 | - |
CMYK | 0.30 | 0.27 | 0 | 0.83 |
HSL | 235.38º | 0.17% | 0.15% | - |
HSV(B) | 235.38º | 0.3% | 0.17% | - |
XYZ | 1.54 | 1.51 | 2.59 | - |
YUV | 33.07 | 134.17 | 126.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 32 | 44 | 0.30 | 0.27 | 0 | 0.83 | 235.38 | 0.17 | 0.15 |
Hex | 1F | 20 | 2C | 1E | 1B | 0 | 53 | EB | 11 | F |
Octal | 37 | 40 | 54 | 36 | 33 | 0 | 123 | 353 | 21 | 17 |
Binary | 11111 | 100000 | 101100 | 11110 | 11011 | 0 | 1010011 | 11101011 | 10001 | 1111 |
Color Harmonies of #1F202C
Complementary color
Monochromatic Colors of #1F202C
Black with #1F202C
Text Example
Text Example
White with #1F202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F202C; }
p { color: rgb(31,32,44); }
H1.HeaderClassName
{
color: #1F202C;
}
.AnyTagClassName
{
color: #1F202C;
}
</style>
background-color css
<style>
a { background-color: #1F202C; }
a { background-color: rgb(31,32,44); }
div.DivClassName
{
background-color: #1F202C;
}
.BgClassName
{
background-color: #1F202C;
}
</style>
border-color css
<style>
span { border-color: #1F202C; }
span { border-color: rgb(31,32,44); }
td.TdClassName
{
border-color: #1F202C;
}
.TagClassName
{
border-color: #1F202C;
}
</style>