Shades of Blackcurrant #1F022E
Tints of Blackcurrant #1F022E
RGB
CMYK
RGB Variations
Color information
#1F022E (or 0x1F022E) is known color: Blackcurrant. HEX triplet: 1F, 02 and 2E. RGB value is (31,2,46). Sum of RGB (Red+Green+Blue) = 31+2+46=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F022E is #E0FDD1. Grayscale: #0F0F0F. Windows color (decimal): -14745042 or 3015199. OLE color: 3015199.
HSL color Cylindrical-coordinate representation of color #1F022E: hue angle of 279.55º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F022E is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 2 | 46 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.82 |
| HSL | 279.55º | 0.92% | 0.09% | - |
| HSV(B) | 279.55º | 0.96% | 0.18% | - |
| XYZ | 1.08 | 0.53 | 2.63 | - |
| YUV | 15.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 46 | 0.33 | 0.96 | 0 | 0.82 | 279.55 | 0.92 | 0.09 |
| Hex | 1F | 2 | 2E | 21 | 60 | 0 | 52 | 118 | 5C | 9 |
| Octal | 37 | 2 | 56 | 41 | 140 | 0 | 122 | 430 | 134 | 11 |
| Binary | 11111 | 10 | 101110 | 100001 | 1100000 | 0 | 1010010 | 100011000 | 1011100 | 1001 |
Color Harmonies of #1F022E
Complementary color
Monochromatic Colors of #1F022E
Black with #1F022E
Text Example
Text Example
White with #1F022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F022E; }
p { color: rgb(31,2,46); }
H1.HeaderClassName
{
color: #1F022E;
}
.AnyTagClassName
{
color: #1F022E;
}
</style>
background-color css
<style>
a { background-color: #1F022E; }
a { background-color: rgb(31,2,46); }
div.DivClassName
{
background-color: #1F022E;
}
.BgClassName
{
background-color: #1F022E;
}
</style>
border-color css
<style>
span { border-color: #1F022E; }
span { border-color: rgb(31,2,46); }
td.TdClassName
{
border-color: #1F022E;
}
.TagClassName
{
border-color: #1F022E;
}
</style>