Shades of Blackcurrant #1F022A
Tints of Blackcurrant #1F022A
RGB
CMYK
RGB Variations
Color information
#1F022A (or 0x1F022A) is known color: Blackcurrant. HEX triplet: 1F, 02 and 2A. RGB value is (31,2,42). Sum of RGB (Red+Green+Blue) = 31+2+42=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F022A is #E0FDD5. Grayscale: #0F0F0F. Windows color (decimal): -14745046 or 2753055. OLE color: 2753055.
HSL color Cylindrical-coordinate representation of color #1F022A: hue angle of 283.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F022A is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 2 | 42 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.84 |
| HSL | 283.5º | 0.91% | 0.09% | - |
| HSV(B) | 283.5º | 0.95% | 0.16% | - |
| XYZ | 1 | 0.5 | 2.23 | - |
| YUV | 15.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 42 | 0.26 | 0.95 | 0 | 0.84 | 283.5 | 0.91 | 0.09 |
| Hex | 1F | 2 | 2A | 1A | 5F | 0 | 54 | 11C | 5B | 9 |
| Octal | 37 | 2 | 52 | 32 | 137 | 0 | 124 | 434 | 133 | 11 |
| Binary | 11111 | 10 | 101010 | 11010 | 1011111 | 0 | 1010100 | 100011100 | 1011011 | 1001 |
Color Harmonies of #1F022A
Complementary color
Monochromatic Colors of #1F022A
Black with #1F022A
Text Example
Text Example
White with #1F022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F022A; }
p { color: rgb(31,2,42); }
H1.HeaderClassName
{
color: #1F022A;
}
.AnyTagClassName
{
color: #1F022A;
}
</style>
background-color css
<style>
a { background-color: #1F022A; }
a { background-color: rgb(31,2,42); }
div.DivClassName
{
background-color: #1F022A;
}
.BgClassName
{
background-color: #1F022A;
}
</style>
border-color css
<style>
span { border-color: #1F022A; }
span { border-color: rgb(31,2,42); }
td.TdClassName
{
border-color: #1F022A;
}
.TagClassName
{
border-color: #1F022A;
}
</style>