Shades of Blackcurrant #1F1721
Tints of Blackcurrant #1F1721
RGB
CMYK
RGB Variations
Color information
#1F1721 (or 0x1F1721) is known color: Blackcurrant. HEX triplet: 1F, 17 and 21. RGB value is (31,23,33). Sum of RGB (Red+Green+Blue) = 31+23+33=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1721 is #E0E8DE. Grayscale: #1A1A1A. Windows color (decimal): -14739679 or 2168607. OLE color: 2168607.
HSL color Cylindrical-coordinate representation of color #1F1721: hue angle of 288º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F1721 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 23 | 33 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.87 |
| HSL | 288º | 0.18% | 0.11% | - |
| HSV(B) | 288º | 0.3% | 0.13% | - |
| XYZ | 1.15 | 1.01 | 1.57 | - |
| YUV | 26.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 33 | 0.06 | 0.30 | 0 | 0.87 | 288 | 0.18 | 0.11 |
| Hex | 1F | 17 | 21 | 6 | 1E | 0 | 57 | 120 | 12 | B |
| Octal | 37 | 27 | 41 | 6 | 36 | 0 | 127 | 440 | 22 | 13 |
| Binary | 11111 | 10111 | 100001 | 110 | 11110 | 0 | 1010111 | 100100000 | 10010 | 1011 |
Color Harmonies of #1F1721
Complementary color
Monochromatic Colors of #1F1721
Black with #1F1721
Text Example
Text Example
White with #1F1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1721; }
p { color: rgb(31,23,33); }
H1.HeaderClassName
{
color: #1F1721;
}
.AnyTagClassName
{
color: #1F1721;
}
</style>
background-color css
<style>
a { background-color: #1F1721; }
a { background-color: rgb(31,23,33); }
div.DivClassName
{
background-color: #1F1721;
}
.BgClassName
{
background-color: #1F1721;
}
</style>
border-color css
<style>
span { border-color: #1F1721; }
span { border-color: rgb(31,23,33); }
td.TdClassName
{
border-color: #1F1721;
}
.TagClassName
{
border-color: #1F1721;
}
</style>