Shades of Blackcurrant #1F012A
Tints of Blackcurrant #1F012A
RGB
CMYK
RGB Variations
Color information
#1F012A (or 0x1F012A) is known color: Blackcurrant. HEX triplet: 1F, 01 and 2A. RGB value is (31,1,42). Sum of RGB (Red+Green+Blue) = 31+1+42=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F012A is #E0FED5. Grayscale: #0E0E0E. Windows color (decimal): -14745302 or 2752799. OLE color: 2752799.
HSL color Cylindrical-coordinate representation of color #1F012A: hue angle of 283.9º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F012A is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 1 | 42 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.84 |
| HSL | 283.9º | 0.95% | 0.08% | - |
| HSV(B) | 283.9º | 0.98% | 0.16% | - |
| XYZ | 0.99 | 0.48 | 2.23 | - |
| YUV | 14.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 42 | 0.26 | 0.98 | 0 | 0.84 | 283.9 | 0.95 | 0.08 |
| Hex | 1F | 1 | 2A | 1A | 62 | 0 | 54 | 11C | 5F | 8 |
| Octal | 37 | 1 | 52 | 32 | 142 | 0 | 124 | 434 | 137 | 10 |
| Binary | 11111 | 1 | 101010 | 11010 | 1100010 | 0 | 1010100 | 100011100 | 1011111 | 1000 |
Color Harmonies of #1F012A
Complementary color
Monochromatic Colors of #1F012A
Black with #1F012A
Text Example
Text Example
White with #1F012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F012A; }
p { color: rgb(31,1,42); }
H1.HeaderClassName
{
color: #1F012A;
}
.AnyTagClassName
{
color: #1F012A;
}
</style>
background-color css
<style>
a { background-color: #1F012A; }
a { background-color: rgb(31,1,42); }
div.DivClassName
{
background-color: #1F012A;
}
.BgClassName
{
background-color: #1F012A;
}
</style>
border-color css
<style>
span { border-color: #1F012A; }
span { border-color: rgb(31,1,42); }
td.TdClassName
{
border-color: #1F012A;
}
.TagClassName
{
border-color: #1F012A;
}
</style>