Shades of Blackcurrant #1F0147
Tints of Blackcurrant #1F0147
RGB
CMYK
RGB Variations
Color information
#1F0147 (or 0x1F0147) is known color: Blackcurrant. HEX triplet: 1F, 01 and 47. RGB value is (31,1,71). Sum of RGB (Red+Green+Blue) = 31+1+71=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F0147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0147 is #E0FEB8. Grayscale: #111111. Windows color (decimal): -14745273 or 4653343. OLE color: 4653343.
HSL color Cylindrical-coordinate representation of color #1F0147: hue angle of 265.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0147 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 1 | 71 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.72 |
| HSL | 265.71º | 0.97% | 0.14% | - |
| HSV(B) | 265.71º | 0.99% | 0.28% | - |
| XYZ | 1.71 | 0.77 | 6.02 | - |
| YUV | 17.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 71 | 0.56 | 0.99 | 0 | 0.72 | 265.71 | 0.97 | 0.14 |
| Hex | 1F | 1 | 47 | 38 | 63 | 0 | 48 | 10A | 61 | E |
| Octal | 37 | 1 | 107 | 70 | 143 | 0 | 110 | 412 | 141 | 16 |
| Binary | 11111 | 1 | 1000111 | 111000 | 1100011 | 0 | 1001000 | 100001010 | 1100001 | 1110 |
Color Harmonies of #1F0147
Complementary color
Monochromatic Colors of #1F0147
Black with #1F0147
Text Example
Text Example
White with #1F0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0147; }
p { color: rgb(31,1,71); }
H1.HeaderClassName
{
color: #1F0147;
}
.AnyTagClassName
{
color: #1F0147;
}
</style>
background-color css
<style>
a { background-color: #1F0147; }
a { background-color: rgb(31,1,71); }
div.DivClassName
{
background-color: #1F0147;
}
.BgClassName
{
background-color: #1F0147;
}
</style>
border-color css
<style>
span { border-color: #1F0147; }
span { border-color: rgb(31,1,71); }
td.TdClassName
{
border-color: #1F0147;
}
.TagClassName
{
border-color: #1F0147;
}
</style>