Shades of Black Russian #1F2032
Tints of Black Russian #1F2032
RGB
CMYK
RGB Variations
Color information
#1F2032 (or 0x1F2032) is known color: Black Russian. HEX triplet: 1F, 20 and 32. RGB value is (31,32,50). Sum of RGB (Red+Green+Blue) = 31+32+50=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2032 is #E0DFCD. Grayscale: #212121. Windows color (decimal): -14737358 or 3285023. OLE color: 3285023.
HSL color Cylindrical-coordinate representation of color #1F2032: hue angle of 236.84º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F2032 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 32 | 50 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.80 |
| HSL | 236.84º | 0.23% | 0.16% | - |
| HSV(B) | 236.84º | 0.38% | 0.2% | - |
| XYZ | 1.66 | 1.55 | 3.23 | - |
| YUV | 33.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 50 | 0.38 | 0.36 | 0 | 0.80 | 236.84 | 0.23 | 0.16 |
| Hex | 1F | 20 | 32 | 26 | 24 | 0 | 50 | ED | 17 | 10 |
| Octal | 37 | 40 | 62 | 46 | 44 | 0 | 120 | 355 | 27 | 20 |
| Binary | 11111 | 100000 | 110010 | 100110 | 100100 | 0 | 1010000 | 11101101 | 10111 | 10000 |
Color Harmonies of #1F2032
Complementary color
Monochromatic Colors of #1F2032
Black with #1F2032
Text Example
Text Example
White with #1F2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2032; }
p { color: rgb(31,32,50); }
H1.HeaderClassName
{
color: #1F2032;
}
.AnyTagClassName
{
color: #1F2032;
}
</style>
background-color css
<style>
a { background-color: #1F2032; }
a { background-color: rgb(31,32,50); }
div.DivClassName
{
background-color: #1F2032;
}
.BgClassName
{
background-color: #1F2032;
}
</style>
border-color css
<style>
span { border-color: #1F2032; }
span { border-color: rgb(31,32,50); }
td.TdClassName
{
border-color: #1F2032;
}
.TagClassName
{
border-color: #1F2032;
}
</style>