Shades of Blackcurrant #1F1624
Tints of Blackcurrant #1F1624
RGB
CMYK
RGB Variations
Color information
#1F1624 (or 0x1F1624) is known color: Blackcurrant. HEX triplet: 1F, 16 and 24. RGB value is (31,22,36). Sum of RGB (Red+Green+Blue) = 31+22+36=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1624 is #E0E9DB. Grayscale: #1A1A1A. Windows color (decimal): -14739932 or 2364959. OLE color: 2364959.
HSL color Cylindrical-coordinate representation of color #1F1624: hue angle of 278.57º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F1624 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 22 | 36 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.86 |
| HSL | 278.57º | 0.24% | 0.11% | - |
| HSV(B) | 278.57º | 0.39% | 0.14% | - |
| XYZ | 1.17 | 0.99 | 1.8 | - |
| YUV | 26.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 36 | 0.14 | 0.39 | 0 | 0.86 | 278.57 | 0.24 | 0.11 |
| Hex | 1F | 16 | 24 | E | 27 | 0 | 56 | 117 | 18 | B |
| Octal | 37 | 26 | 44 | 16 | 47 | 0 | 126 | 427 | 30 | 13 |
| Binary | 11111 | 10110 | 100100 | 1110 | 100111 | 0 | 1010110 | 100010111 | 11000 | 1011 |
Color Harmonies of #1F1624
Complementary color
Monochromatic Colors of #1F1624
Black with #1F1624
Text Example
Text Example
White with #1F1624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1624; }
p { color: rgb(31,22,36); }
H1.HeaderClassName
{
color: #1F1624;
}
.AnyTagClassName
{
color: #1F1624;
}
</style>
background-color css
<style>
a { background-color: #1F1624; }
a { background-color: rgb(31,22,36); }
div.DivClassName
{
background-color: #1F1624;
}
.BgClassName
{
background-color: #1F1624;
}
</style>
border-color css
<style>
span { border-color: #1F1624; }
span { border-color: rgb(31,22,36); }
td.TdClassName
{
border-color: #1F1624;
}
.TagClassName
{
border-color: #1F1624;
}
</style>