Shades of Black Russian #1F232F
Tints of Black Russian #1F232F
RGB
CMYK
RGB Variations
Color information
#1F232F (or 0x1F232F) is known color: Black Russian. HEX triplet: 1F, 23 and 2F. RGB value is (31,35,47). Sum of RGB (Red+Green+Blue) = 31+35+47=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F232F is #E0DCD0. Grayscale: #232323. Windows color (decimal): -14736593 or 3089183. OLE color: 3089183.
HSL color Cylindrical-coordinate representation of color #1F232F: hue angle of 225º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F232F is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 35 | 47 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.82 |
| HSL | 225º | 0.21% | 0.15% | - |
| HSV(B) | 225º | 0.34% | 0.18% | - |
| XYZ | 1.68 | 1.7 | 2.93 | - |
| YUV | 35.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 47 | 0.34 | 0.26 | 0 | 0.82 | 225 | 0.21 | 0.15 |
| Hex | 1F | 23 | 2F | 22 | 1A | 0 | 52 | E1 | 15 | F |
| Octal | 37 | 43 | 57 | 42 | 32 | 0 | 122 | 341 | 25 | 17 |
| Binary | 11111 | 100011 | 101111 | 100010 | 11010 | 0 | 1010010 | 11100001 | 10101 | 1111 |
Color Harmonies of #1F232F
Complementary color
Monochromatic Colors of #1F232F
Black with #1F232F
Text Example
Text Example
White with #1F232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F232F; }
p { color: rgb(31,35,47); }
H1.HeaderClassName
{
color: #1F232F;
}
.AnyTagClassName
{
color: #1F232F;
}
</style>
background-color css
<style>
a { background-color: #1F232F; }
a { background-color: rgb(31,35,47); }
div.DivClassName
{
background-color: #1F232F;
}
.BgClassName
{
background-color: #1F232F;
}
</style>
border-color css
<style>
span { border-color: #1F232F; }
span { border-color: rgb(31,35,47); }
td.TdClassName
{
border-color: #1F232F;
}
.TagClassName
{
border-color: #1F232F;
}
</style>