Shades of Blackcurrant #1F1722
Tints of Blackcurrant #1F1722
RGB
CMYK
RGB Variations
Color information
#1F1722 (or 0x1F1722) is known color: Blackcurrant. HEX triplet: 1F, 17 and 22. RGB value is (31,23,34). Sum of RGB (Red+Green+Blue) = 31+23+34=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 34 - color contains mainly: blue. Hex color #1F1722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1722 is #E0E8DD. Grayscale: #1A1A1A. Windows color (decimal): -14739678 or 2234143. OLE color: 2234143.
HSL color Cylindrical-coordinate representation of color #1F1722: hue angle of 283.64º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F1722 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 23 | 34 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.87 |
| HSL | 283.64º | 0.19% | 0.11% | - |
| HSV(B) | 283.64º | 0.32% | 0.13% | - |
| XYZ | 1.16 | 1.02 | 1.65 | - |
| YUV | 26.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 34 | 0.09 | 0.32 | 0 | 0.87 | 283.64 | 0.19 | 0.11 |
| Hex | 1F | 17 | 22 | 9 | 20 | 0 | 57 | 11C | 13 | B |
| Octal | 37 | 27 | 42 | 11 | 40 | 0 | 127 | 434 | 23 | 13 |
| Binary | 11111 | 10111 | 100010 | 1001 | 100000 | 0 | 1010111 | 100011100 | 10011 | 1011 |
Color Harmonies of #1F1722
Complementary color
Monochromatic Colors of #1F1722
Black with #1F1722
Text Example
Text Example
White with #1F1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1722; }
p { color: rgb(31,23,34); }
H1.HeaderClassName
{
color: #1F1722;
}
.AnyTagClassName
{
color: #1F1722;
}
</style>
background-color css
<style>
a { background-color: #1F1722; }
a { background-color: rgb(31,23,34); }
div.DivClassName
{
background-color: #1F1722;
}
.BgClassName
{
background-color: #1F1722;
}
</style>
border-color css
<style>
span { border-color: #1F1722; }
span { border-color: rgb(31,23,34); }
td.TdClassName
{
border-color: #1F1722;
}
.TagClassName
{
border-color: #1F1722;
}
</style>