Shades of Blackcurrant #1F023E
Tints of Blackcurrant #1F023E
RGB
CMYK
RGB Variations
Color information
#1F023E (or 0x1F023E) is known color: Blackcurrant. HEX triplet: 1F, 02 and 3E. RGB value is (31,2,62). Sum of RGB (Red+Green+Blue) = 31+2+62=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 62 (24.61% from 255 or 65.26% from 95); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F023E is #E0FDC1. Grayscale: #111111. Windows color (decimal): -14745026 or 4063775. OLE color: 4063775.
HSL color Cylindrical-coordinate representation of color #1F023E: hue angle of 269º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F023E is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 2 | 62 | - |
| CMYK | 0.5 | 0.97 | 0 | 0.76 |
| HSL | 269º | 0.94% | 0.13% | - |
| HSV(B) | 269º | 0.97% | 0.24% | - |
| XYZ | 1.46 | 0.68 | 4.61 | - |
| YUV | 17.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 62 | 0.5 | 0.97 | 0 | 0.76 | 269 | 0.94 | 0.13 |
| Hex | 1F | 2 | 3E | 32 | 61 | 0 | 4C | 10D | 5E | D |
| Octal | 37 | 2 | 76 | 62 | 141 | 0 | 114 | 415 | 136 | 15 |
| Binary | 11111 | 10 | 111110 | 110010 | 1100001 | 0 | 1001100 | 100001101 | 1011110 | 1101 |
Color Harmonies of #1F023E
Complementary color
Monochromatic Colors of #1F023E
Black with #1F023E
Text Example
Text Example
White with #1F023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F023E; }
p { color: rgb(31,2,62); }
H1.HeaderClassName
{
color: #1F023E;
}
.AnyTagClassName
{
color: #1F023E;
}
</style>
background-color css
<style>
a { background-color: #1F023E; }
a { background-color: rgb(31,2,62); }
div.DivClassName
{
background-color: #1F023E;
}
.BgClassName
{
background-color: #1F023E;
}
</style>
border-color css
<style>
span { border-color: #1F023E; }
span { border-color: rgb(31,2,62); }
td.TdClassName
{
border-color: #1F023E;
}
.TagClassName
{
border-color: #1F023E;
}
</style>