Shades of Blackcurrant #1F0424
Tints of Blackcurrant #1F0424
RGB
CMYK
RGB Variations
Color information
#1F0424 (or 0x1F0424) is known color: Blackcurrant. HEX triplet: 1F, 04 and 24. RGB value is (31,4,36). Sum of RGB (Red+Green+Blue) = 31+4+36=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F0424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0424 is #E0FBDB. Grayscale: #0F0F0F. Windows color (decimal): -14744540 or 2360351. OLE color: 2360351.
HSL color Cylindrical-coordinate representation of color #1F0424: hue angle of 290.62º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0424 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 4 | 36 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.86 |
| HSL | 290.63º | 0.8% | 0.08% | - |
| HSV(B) | 290.63º | 0.89% | 0.14% | - |
| XYZ | 0.93 | 0.51 | 1.72 | - |
| YUV | 15.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 36 | 0.14 | 0.89 | 0 | 0.86 | 290.63 | 0.8 | 0.08 |
| Hex | 1F | 4 | 24 | E | 59 | 0 | 56 | 123 | 50 | 8 |
| Octal | 37 | 4 | 44 | 16 | 131 | 0 | 126 | 443 | 120 | 10 |
| Binary | 11111 | 100 | 100100 | 1110 | 1011001 | 0 | 1010110 | 100100011 | 1010000 | 1000 |
Color Harmonies of #1F0424
Complementary color
Monochromatic Colors of #1F0424
Black with #1F0424
Text Example
Text Example
White with #1F0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0424; }
p { color: rgb(31,4,36); }
H1.HeaderClassName
{
color: #1F0424;
}
.AnyTagClassName
{
color: #1F0424;
}
</style>
background-color css
<style>
a { background-color: #1F0424; }
a { background-color: rgb(31,4,36); }
div.DivClassName
{
background-color: #1F0424;
}
.BgClassName
{
background-color: #1F0424;
}
</style>
border-color css
<style>
span { border-color: #1F0424; }
span { border-color: rgb(31,4,36); }
td.TdClassName
{
border-color: #1F0424;
}
.TagClassName
{
border-color: #1F0424;
}
</style>