Shades of Blackcurrant #1F1726
Tints of Blackcurrant #1F1726
RGB
CMYK
RGB Variations
Color information
#1F1726 (or 0x1F1726) is known color: Blackcurrant. HEX triplet: 1F, 17 and 26. RGB value is (31,23,38). Sum of RGB (Red+Green+Blue) = 31+23+38=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F1726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1726 is #E0E8D9. Grayscale: #1B1B1B. Windows color (decimal): -14739674 or 2496287. OLE color: 2496287.
HSL color Cylindrical-coordinate representation of color #1F1726: hue angle of 272º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F1726 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 23 | 38 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.85 |
| HSL | 272º | 0.25% | 0.12% | - |
| HSV(B) | 272º | 0.39% | 0.15% | - |
| XYZ | 1.22 | 1.04 | 1.97 | - |
| YUV | 27.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 38 | 0.18 | 0.39 | 0 | 0.85 | 272 | 0.25 | 0.12 |
| Hex | 1F | 17 | 26 | 12 | 27 | 0 | 55 | 110 | 19 | C |
| Octal | 37 | 27 | 46 | 22 | 47 | 0 | 125 | 420 | 31 | 14 |
| Binary | 11111 | 10111 | 100110 | 10010 | 100111 | 0 | 1010101 | 100010000 | 11001 | 1100 |
Color Harmonies of #1F1726
Complementary color
Monochromatic Colors of #1F1726
Black with #1F1726
Text Example
Text Example
White with #1F1726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1726; }
p { color: rgb(31,23,38); }
H1.HeaderClassName
{
color: #1F1726;
}
.AnyTagClassName
{
color: #1F1726;
}
</style>
background-color css
<style>
a { background-color: #1F1726; }
a { background-color: rgb(31,23,38); }
div.DivClassName
{
background-color: #1F1726;
}
.BgClassName
{
background-color: #1F1726;
}
</style>
border-color css
<style>
span { border-color: #1F1726; }
span { border-color: rgb(31,23,38); }
td.TdClassName
{
border-color: #1F1726;
}
.TagClassName
{
border-color: #1F1726;
}
</style>