Shades of Blackcurrant #1F0046
Tints of Blackcurrant #1F0046
RGB
CMYK
RGB Variations
Color information
#1F0046 (or 0x1F0046) is known color: Blackcurrant. HEX triplet: 1F, 00 and 46. RGB value is (31,0,70). Sum of RGB (Red+Green+Blue) = 31+0+70=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #1F0046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0046 is #E0FFB9. Grayscale: #111111. Windows color (decimal): -14745530 or 4587551. OLE color: 4587551.
HSL color Cylindrical-coordinate representation of color #1F0046: hue angle of 266.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0046 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 0 | 70 | - |
| CMYK | 0.56 | 1 | 0 | 0.73 |
| HSL | 266.57º | 1% | 0.14% | - |
| HSV(B) | 266.57º | 1% | 0.27% | - |
| XYZ | 1.67 | 0.73 | 5.85 | - |
| YUV | 17.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 70 | 0.56 | 1 | 0 | 0.73 | 266.57 | 1 | 0.14 |
| Hex | 1F | 0 | 46 | 38 | 64 | 0 | 49 | 10B | 64 | E |
| Octal | 37 | 0 | 106 | 70 | 144 | 0 | 111 | 413 | 144 | 16 |
| Binary | 11111 | 0 | 1000110 | 111000 | 1100100 | 0 | 1001001 | 100001011 | 1100100 | 1110 |
Color Harmonies of #1F0046
Complementary color
Monochromatic Colors of #1F0046
Black with #1F0046
Text Example
Text Example
White with #1F0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0046; }
p { color: rgb(31,0,70); }
H1.HeaderClassName
{
color: #1F0046;
}
.AnyTagClassName
{
color: #1F0046;
}
</style>
background-color css
<style>
a { background-color: #1F0046; }
a { background-color: rgb(31,0,70); }
div.DivClassName
{
background-color: #1F0046;
}
.BgClassName
{
background-color: #1F0046;
}
</style>
border-color css
<style>
span { border-color: #1F0046; }
span { border-color: rgb(31,0,70); }
td.TdClassName
{
border-color: #1F0046;
}
.TagClassName
{
border-color: #1F0046;
}
</style>