Shades of Black Russian #1F2232
Tints of Black Russian #1F2232
RGB
CMYK
RGB Variations
Color information
#1F2232 (or 0x1F2232) is known color: Black Russian. HEX triplet: 1F, 22 and 32. RGB value is (31,34,50). Sum of RGB (Red+Green+Blue) = 31+34+50=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F2232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2232 is #E0DDCD. Grayscale: #222222. Windows color (decimal): -14736846 or 3285535. OLE color: 3285535.
HSL color Cylindrical-coordinate representation of color #1F2232: hue angle of 230.53º 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 #1F2232 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 34 | 50 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.80 |
| HSL | 230.53º | 0.23% | 0.16% | - |
| HSV(B) | 230.53º | 0.38% | 0.2% | - |
| XYZ | 1.71 | 1.67 | 3.25 | - |
| YUV | 34.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 50 | 0.38 | 0.32 | 0 | 0.80 | 230.53 | 0.23 | 0.16 |
| Hex | 1F | 22 | 32 | 26 | 20 | 0 | 50 | E7 | 17 | 10 |
| Octal | 37 | 42 | 62 | 46 | 40 | 0 | 120 | 347 | 27 | 20 |
| Binary | 11111 | 100010 | 110010 | 100110 | 100000 | 0 | 1010000 | 11100111 | 10111 | 10000 |
Color Harmonies of #1F2232
Complementary color
Monochromatic Colors of #1F2232
Black with #1F2232
Text Example
Text Example
White with #1F2232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2232; }
p { color: rgb(31,34,50); }
H1.HeaderClassName
{
color: #1F2232;
}
.AnyTagClassName
{
color: #1F2232;
}
</style>
background-color css
<style>
a { background-color: #1F2232; }
a { background-color: rgb(31,34,50); }
div.DivClassName
{
background-color: #1F2232;
}
.BgClassName
{
background-color: #1F2232;
}
</style>
border-color css
<style>
span { border-color: #1F2232; }
span { border-color: rgb(31,34,50); }
td.TdClassName
{
border-color: #1F2232;
}
.TagClassName
{
border-color: #1F2232;
}
</style>