Shades of Blackcurrant #1F0446
Tints of Blackcurrant #1F0446
RGB
CMYK
RGB Variations
Color information
#1F0446 (or 0x1F0446) is known color: Blackcurrant. HEX triplet: 1F, 04 and 46. RGB value is (31,4,70). Sum of RGB (Red+Green+Blue) = 31+4+70=105 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.52% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #1F0446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0446 is #E0FBB9. Grayscale: #131313. Windows color (decimal): -14744506 or 4588575. OLE color: 4588575.
HSL color Cylindrical-coordinate representation of color #1F0446: hue angle of 264.55º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0446 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 4 | 70 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.73 |
| HSL | 264.55º | 0.89% | 0.15% | - |
| HSV(B) | 264.55º | 0.94% | 0.27% | - |
| XYZ | 1.71 | 0.82 | 5.86 | - |
| YUV | 19.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 70 | 0.56 | 0.94 | 0 | 0.73 | 264.55 | 0.89 | 0.15 |
| Hex | 1F | 4 | 46 | 38 | 5E | 0 | 49 | 109 | 59 | F |
| Octal | 37 | 4 | 106 | 70 | 136 | 0 | 111 | 411 | 131 | 17 |
| Binary | 11111 | 100 | 1000110 | 111000 | 1011110 | 0 | 1001001 | 100001001 | 1011001 | 1111 |
Color Harmonies of #1F0446
Complementary color
Monochromatic Colors of #1F0446
Black with #1F0446
Text Example
Text Example
White with #1F0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0446; }
p { color: rgb(31,4,70); }
H1.HeaderClassName
{
color: #1F0446;
}
.AnyTagClassName
{
color: #1F0446;
}
</style>
background-color css
<style>
a { background-color: #1F0446; }
a { background-color: rgb(31,4,70); }
div.DivClassName
{
background-color: #1F0446;
}
.BgClassName
{
background-color: #1F0446;
}
</style>
border-color css
<style>
span { border-color: #1F0446; }
span { border-color: rgb(31,4,70); }
td.TdClassName
{
border-color: #1F0446;
}
.TagClassName
{
border-color: #1F0446;
}
</style>