Shades of Blackcurrant #1F1429
Tints of Blackcurrant #1F1429
RGB
CMYK
RGB Variations
Color information
#1F1429 (or 0x1F1429) is known color: Blackcurrant. HEX triplet: 1F, 14 and 29. RGB value is (31,20,41). Sum of RGB (Red+Green+Blue) = 31+20+41=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1429 is #E0EBD6. Grayscale: #191919. Windows color (decimal): -14740439 or 2692127. OLE color: 2692127.
HSL color Cylindrical-coordinate representation of color #1F1429: hue angle of 271.43º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F1429 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 20 | 41 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.84 |
| HSL | 271.43º | 0.34% | 0.12% | - |
| HSV(B) | 271.43º | 0.51% | 0.16% | - |
| XYZ | 1.22 | 0.95 | 2.22 | - |
| YUV | 25.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 41 | 0.24 | 0.51 | 0 | 0.84 | 271.43 | 0.34 | 0.12 |
| Hex | 1F | 14 | 29 | 18 | 33 | 0 | 54 | 10F | 22 | C |
| Octal | 37 | 24 | 51 | 30 | 63 | 0 | 124 | 417 | 42 | 14 |
| Binary | 11111 | 10100 | 101001 | 11000 | 110011 | 0 | 1010100 | 100001111 | 100010 | 1100 |
Color Harmonies of #1F1429
Complementary color
Monochromatic Colors of #1F1429
Black with #1F1429
Text Example
Text Example
White with #1F1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1429; }
p { color: rgb(31,20,41); }
H1.HeaderClassName
{
color: #1F1429;
}
.AnyTagClassName
{
color: #1F1429;
}
</style>
background-color css
<style>
a { background-color: #1F1429; }
a { background-color: rgb(31,20,41); }
div.DivClassName
{
background-color: #1F1429;
}
.BgClassName
{
background-color: #1F1429;
}
</style>
border-color css
<style>
span { border-color: #1F1429; }
span { border-color: rgb(31,20,41); }
td.TdClassName
{
border-color: #1F1429;
}
.TagClassName
{
border-color: #1F1429;
}
</style>