Shades of Blackcurrant #1F0931
Tints of Blackcurrant #1F0931
RGB
CMYK
RGB Variations
Color information
#1F0931 (or 0x1F0931) is known color: Blackcurrant. HEX triplet: 1F, 09 and 31. RGB value is (31,9,49). Sum of RGB (Red+Green+Blue) = 31+9+49=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F0931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0931 is #E0F6CE. Grayscale: #141414. Windows color (decimal): -14743247 or 3213599. OLE color: 3213599.
HSL color Cylindrical-coordinate representation of color #1F0931: hue angle of 273º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F0931 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 9 | 49 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.81 |
| HSL | 273º | 0.69% | 0.11% | - |
| HSV(B) | 273º | 0.82% | 0.19% | - |
| XYZ | 1.22 | 0.71 | 2.98 | - |
| YUV | 20.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 49 | 0.37 | 0.82 | 0 | 0.81 | 273 | 0.69 | 0.11 |
| Hex | 1F | 9 | 31 | 25 | 52 | 0 | 51 | 111 | 45 | B |
| Octal | 37 | 11 | 61 | 45 | 122 | 0 | 121 | 421 | 105 | 13 |
| Binary | 11111 | 1001 | 110001 | 100101 | 1010010 | 0 | 1010001 | 100010001 | 1000101 | 1011 |
Color Harmonies of #1F0931
Complementary color
Monochromatic Colors of #1F0931
Black with #1F0931
Text Example
Text Example
White with #1F0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0931; }
p { color: rgb(31,9,49); }
H1.HeaderClassName
{
color: #1F0931;
}
.AnyTagClassName
{
color: #1F0931;
}
</style>
background-color css
<style>
a { background-color: #1F0931; }
a { background-color: rgb(31,9,49); }
div.DivClassName
{
background-color: #1F0931;
}
.BgClassName
{
background-color: #1F0931;
}
</style>
border-color css
<style>
span { border-color: #1F0931; }
span { border-color: rgb(31,9,49); }
td.TdClassName
{
border-color: #1F0931;
}
.TagClassName
{
border-color: #1F0931;
}
</style>