Shades of Black Russian #1F232C
Tints of Black Russian #1F232C
RGB
CMYK
RGB Variations
Color information
#1F232C (or 0x1F232C) is known color: Black Russian. HEX triplet: 1F, 23 and 2C. RGB value is (31,35,44). Sum of RGB (Red+Green+Blue) = 31+35+44=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F232C is #E0DCD3. Grayscale: #222222. Windows color (decimal): -14736596 or 2892575. OLE color: 2892575.
HSL color Cylindrical-coordinate representation of color #1F232C: hue angle of 221.54º 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 #1F232C is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 35 | 44 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.83 |
| HSL | 221.54º | 0.17% | 0.15% | - |
| HSV(B) | 221.54º | 0.3% | 0.17% | - |
| XYZ | 1.62 | 1.68 | 2.62 | - |
| YUV | 34.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 44 | 0.30 | 0.20 | 0 | 0.83 | 221.54 | 0.17 | 0.15 |
| Hex | 1F | 23 | 2C | 1E | 14 | 0 | 53 | DE | 11 | F |
| Octal | 37 | 43 | 54 | 36 | 24 | 0 | 123 | 336 | 21 | 17 |
| Binary | 11111 | 100011 | 101100 | 11110 | 10100 | 0 | 1010011 | 11011110 | 10001 | 1111 |
Color Harmonies of #1F232C
Complementary color
Monochromatic Colors of #1F232C
Black with #1F232C
Text Example
Text Example
White with #1F232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F232C; }
p { color: rgb(31,35,44); }
H1.HeaderClassName
{
color: #1F232C;
}
.AnyTagClassName
{
color: #1F232C;
}
</style>
background-color css
<style>
a { background-color: #1F232C; }
a { background-color: rgb(31,35,44); }
div.DivClassName
{
background-color: #1F232C;
}
.BgClassName
{
background-color: #1F232C;
}
</style>
border-color css
<style>
span { border-color: #1F232C; }
span { border-color: rgb(31,35,44); }
td.TdClassName
{
border-color: #1F232C;
}
.TagClassName
{
border-color: #1F232C;
}
</style>