Shades of Blackcurrant #1F043E
Tints of Blackcurrant #1F043E
RGB
CMYK
RGB Variations
Color information
#1F043E (or 0x1F043E) is known color: Blackcurrant. HEX triplet: 1F, 04 and 3E. RGB value is (31,4,62). Sum of RGB (Red+Green+Blue) = 31+4+62=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 62 (24.61% from 255 or 63.92% from 97); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F043E is #E0FBC1. Grayscale: #121212. Windows color (decimal): -14744514 or 4064287. OLE color: 4064287.
HSL color Cylindrical-coordinate representation of color #1F043E: hue angle of 267.93º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F043E is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 4 | 62 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.76 |
| HSL | 267.93º | 0.88% | 0.13% | - |
| HSV(B) | 267.93º | 0.94% | 0.24% | - |
| XYZ | 1.48 | 0.73 | 4.62 | - |
| YUV | 18.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 62 | 0.5 | 0.94 | 0 | 0.76 | 267.93 | 0.88 | 0.13 |
| Hex | 1F | 4 | 3E | 32 | 5E | 0 | 4C | 10C | 58 | D |
| Octal | 37 | 4 | 76 | 62 | 136 | 0 | 114 | 414 | 130 | 15 |
| Binary | 11111 | 100 | 111110 | 110010 | 1011110 | 0 | 1001100 | 100001100 | 1011000 | 1101 |
Color Harmonies of #1F043E
Complementary color
Monochromatic Colors of #1F043E
Black with #1F043E
Text Example
Text Example
White with #1F043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F043E; }
p { color: rgb(31,4,62); }
H1.HeaderClassName
{
color: #1F043E;
}
.AnyTagClassName
{
color: #1F043E;
}
</style>
background-color css
<style>
a { background-color: #1F043E; }
a { background-color: rgb(31,4,62); }
div.DivClassName
{
background-color: #1F043E;
}
.BgClassName
{
background-color: #1F043E;
}
</style>
border-color css
<style>
span { border-color: #1F043E; }
span { border-color: rgb(31,4,62); }
td.TdClassName
{
border-color: #1F043E;
}
.TagClassName
{
border-color: #1F043E;
}
</style>