Shades of Blackcurrant #1F0029
Tints of Blackcurrant #1F0029
RGB
CMYK
RGB Variations
Color information
#1F0029 (or 0x1F0029) is known color: Blackcurrant. HEX triplet: 1F, 00 and 29. RGB value is (31,0,41). Sum of RGB (Red+Green+Blue) = 31+0+41=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F0029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0029 is #E0FFD6. Grayscale: #0D0D0D. Windows color (decimal): -14745559 or 2687007. OLE color: 2687007.
HSL color Cylindrical-coordinate representation of color #1F0029: hue angle of 285.37º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0029 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 0 | 41 | - |
| CMYK | 0.24 | 1 | 0 | 0.84 |
| HSL | 285.37º | 1% | 0.08% | - |
| HSV(B) | 285.37º | 1% | 0.16% | - |
| XYZ | 0.97 | 0.45 | 2.13 | - |
| YUV | 13.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 41 | 0.24 | 1 | 0 | 0.84 | 285.37 | 1 | 0.08 |
| Hex | 1F | 0 | 29 | 18 | 64 | 0 | 54 | 11D | 64 | 8 |
| Octal | 37 | 0 | 51 | 30 | 144 | 0 | 124 | 435 | 144 | 10 |
| Binary | 11111 | 0 | 101001 | 11000 | 1100100 | 0 | 1010100 | 100011101 | 1100100 | 1000 |
Color Harmonies of #1F0029
Complementary color
Monochromatic Colors of #1F0029
Black with #1F0029
Text Example
Text Example
White with #1F0029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0029; }
p { color: rgb(31,0,41); }
H1.HeaderClassName
{
color: #1F0029;
}
.AnyTagClassName
{
color: #1F0029;
}
</style>
background-color css
<style>
a { background-color: #1F0029; }
a { background-color: rgb(31,0,41); }
div.DivClassName
{
background-color: #1F0029;
}
.BgClassName
{
background-color: #1F0029;
}
</style>
border-color css
<style>
span { border-color: #1F0029; }
span { border-color: rgb(31,0,41); }
td.TdClassName
{
border-color: #1F0029;
}
.TagClassName
{
border-color: #1F0029;
}
</style>