Shades of Blackcurrant #1F0440
Tints of Blackcurrant #1F0440
RGB
CMYK
RGB Variations
Color information
#1F0440 (or 0x1F0440) is known color: Blackcurrant. HEX triplet: 1F, 04 and 40. RGB value is (31,4,64). Sum of RGB (Red+Green+Blue) = 31+4+64=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F0440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0440 is #E0FBBF. Grayscale: #121212. Windows color (decimal): -14744512 or 4195359. OLE color: 4195359.
HSL color Cylindrical-coordinate representation of color #1F0440: hue angle of 267º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0440 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 4 | 64 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.75 |
| HSL | 267º | 0.88% | 0.13% | - |
| HSV(B) | 267º | 0.94% | 0.25% | - |
| XYZ | 1.53 | 0.75 | 4.91 | - |
| YUV | 18.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 64 | 0.52 | 0.94 | 0 | 0.75 | 267 | 0.88 | 0.13 |
| Hex | 1F | 4 | 40 | 34 | 5E | 0 | 4B | 10B | 58 | D |
| Octal | 37 | 4 | 100 | 64 | 136 | 0 | 113 | 413 | 130 | 15 |
| Binary | 11111 | 100 | 1000000 | 110100 | 1011110 | 0 | 1001011 | 100001011 | 1011000 | 1101 |
Color Harmonies of #1F0440
Complementary color
Monochromatic Colors of #1F0440
Black with #1F0440
Text Example
Text Example
White with #1F0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0440; }
p { color: rgb(31,4,64); }
H1.HeaderClassName
{
color: #1F0440;
}
.AnyTagClassName
{
color: #1F0440;
}
</style>
background-color css
<style>
a { background-color: #1F0440; }
a { background-color: rgb(31,4,64); }
div.DivClassName
{
background-color: #1F0440;
}
.BgClassName
{
background-color: #1F0440;
}
</style>
border-color css
<style>
span { border-color: #1F0440; }
span { border-color: rgb(31,4,64); }
td.TdClassName
{
border-color: #1F0440;
}
.TagClassName
{
border-color: #1F0440;
}
</style>