Shades of Blackcurrant #1F0031
Tints of Blackcurrant #1F0031
RGB
CMYK
RGB Variations
Color information
#1F0031 (or 0x1F0031) is known color: Blackcurrant. HEX triplet: 1F, 00 and 31. RGB value is (31,0,49). Sum of RGB (Red+Green+Blue) = 31+0+49=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F0031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0031 is #E0FFCE. Grayscale: #0E0E0E. Windows color (decimal): -14745551 or 3211295. OLE color: 3211295.
HSL color Cylindrical-coordinate representation of color #1F0031: hue angle of 277.96º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0031 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 0 | 49 | - |
| CMYK | 0.37 | 1 | 0 | 0.81 |
| HSL | 277.96º | 1% | 0.1% | - |
| HSV(B) | 277.96º | 1% | 0.19% | - |
| XYZ | 1.12 | 0.51 | 2.95 | - |
| YUV | 14.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 49 | 0.37 | 1 | 0 | 0.81 | 277.96 | 1 | 0.1 |
| Hex | 1F | 0 | 31 | 25 | 64 | 0 | 51 | 116 | 64 | A |
| Octal | 37 | 0 | 61 | 45 | 144 | 0 | 121 | 426 | 144 | 12 |
| Binary | 11111 | 0 | 110001 | 100101 | 1100100 | 0 | 1010001 | 100010110 | 1100100 | 1010 |
Color Harmonies of #1F0031
Complementary color
Monochromatic Colors of #1F0031
Black with #1F0031
Text Example
Text Example
White with #1F0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0031; }
p { color: rgb(31,0,49); }
H1.HeaderClassName
{
color: #1F0031;
}
.AnyTagClassName
{
color: #1F0031;
}
</style>
background-color css
<style>
a { background-color: #1F0031; }
a { background-color: rgb(31,0,49); }
div.DivClassName
{
background-color: #1F0031;
}
.BgClassName
{
background-color: #1F0031;
}
</style>
border-color css
<style>
span { border-color: #1F0031; }
span { border-color: rgb(31,0,49); }
td.TdClassName
{
border-color: #1F0031;
}
.TagClassName
{
border-color: #1F0031;
}
</style>