Shades of Blackcurrant #1F1921
Tints of Blackcurrant #1F1921
RGB
CMYK
RGB Variations
Color information
#1F1921 (or 0x1F1921) is known color: Blackcurrant. HEX triplet: 1F, 19 and 21. RGB value is (31,25,33). Sum of RGB (Red+Green+Blue) = 31+25+33=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F1921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1921 is #E0E6DE. Grayscale: #1B1B1B. Windows color (decimal): -14739167 or 2169119. OLE color: 2169119.
HSL color Cylindrical-coordinate representation of color #1F1921: hue angle of 285º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F1921 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 25 | 33 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.87 |
| HSL | 285º | 0.14% | 0.11% | - |
| HSV(B) | 285º | 0.24% | 0.13% | - |
| XYZ | 1.19 | 1.1 | 1.59 | - |
| YUV | 27.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 33 | 0.06 | 0.24 | 0 | 0.87 | 285 | 0.14 | 0.11 |
| Hex | 1F | 19 | 21 | 6 | 18 | 0 | 57 | 11D | E | B |
| Octal | 37 | 31 | 41 | 6 | 30 | 0 | 127 | 435 | 16 | 13 |
| Binary | 11111 | 11001 | 100001 | 110 | 11000 | 0 | 1010111 | 100011101 | 1110 | 1011 |
Color Harmonies of #1F1921
Complementary color
Monochromatic Colors of #1F1921
Black with #1F1921
Text Example
Text Example
White with #1F1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1921; }
p { color: rgb(31,25,33); }
H1.HeaderClassName
{
color: #1F1921;
}
.AnyTagClassName
{
color: #1F1921;
}
</style>
background-color css
<style>
a { background-color: #1F1921; }
a { background-color: rgb(31,25,33); }
div.DivClassName
{
background-color: #1F1921;
}
.BgClassName
{
background-color: #1F1921;
}
</style>
border-color css
<style>
span { border-color: #1F1921; }
span { border-color: rgb(31,25,33); }
td.TdClassName
{
border-color: #1F1921;
}
.TagClassName
{
border-color: #1F1921;
}
</style>