Shades of Blackcurrant #1F1426
Tints of Blackcurrant #1F1426
RGB
CMYK
RGB Variations
Color information
#1F1426 (or 0x1F1426) is known color: Blackcurrant. HEX triplet: 1F, 14 and 26. RGB value is (31,20,38). Sum of RGB (Red+Green+Blue) = 31+20+38=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F1426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1426 is #E0EBD9. Grayscale: #191919. Windows color (decimal): -14740442 or 2495519. OLE color: 2495519.
HSL color Cylindrical-coordinate representation of color #1F1426: hue angle of 276.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F1426 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 20 | 38 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.85 |
| HSL | 276.67º | 0.31% | 0.11% | - |
| HSV(B) | 276.67º | 0.47% | 0.15% | - |
| XYZ | 1.17 | 0.93 | 1.95 | - |
| YUV | 25.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 38 | 0.18 | 0.47 | 0 | 0.85 | 276.67 | 0.31 | 0.11 |
| Hex | 1F | 14 | 26 | 12 | 2F | 0 | 55 | 115 | 1F | B |
| Octal | 37 | 24 | 46 | 22 | 57 | 0 | 125 | 425 | 37 | 13 |
| Binary | 11111 | 10100 | 100110 | 10010 | 101111 | 0 | 1010101 | 100010101 | 11111 | 1011 |
Color Harmonies of #1F1426
Complementary color
Monochromatic Colors of #1F1426
Black with #1F1426
Text Example
Text Example
White with #1F1426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1426; }
p { color: rgb(31,20,38); }
H1.HeaderClassName
{
color: #1F1426;
}
.AnyTagClassName
{
color: #1F1426;
}
</style>
background-color css
<style>
a { background-color: #1F1426; }
a { background-color: rgb(31,20,38); }
div.DivClassName
{
background-color: #1F1426;
}
.BgClassName
{
background-color: #1F1426;
}
</style>
border-color css
<style>
span { border-color: #1F1426; }
span { border-color: rgb(31,20,38); }
td.TdClassName
{
border-color: #1F1426;
}
.TagClassName
{
border-color: #1F1426;
}
</style>