Shades of Blackcurrant #1F012E
Tints of Blackcurrant #1F012E
RGB
CMYK
RGB Variations
Color information
#1F012E (or 0x1F012E) is known color: Blackcurrant. HEX triplet: 1F, 01 and 2E. RGB value is (31,1,46). Sum of RGB (Red+Green+Blue) = 31+1+46=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F012E is #E0FED1. Grayscale: #0E0E0E. Windows color (decimal): -14745298 or 3014943. OLE color: 3014943.
HSL color Cylindrical-coordinate representation of color #1F012E: hue angle of 280º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F012E is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 1 | 46 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.82 |
| HSL | 280º | 0.96% | 0.09% | - |
| HSV(B) | 280º | 0.98% | 0.18% | - |
| XYZ | 1.07 | 0.51 | 2.63 | - |
| YUV | 15.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 46 | 0.33 | 0.98 | 0 | 0.82 | 280 | 0.96 | 0.09 |
| Hex | 1F | 1 | 2E | 21 | 62 | 0 | 52 | 118 | 60 | 9 |
| Octal | 37 | 1 | 56 | 41 | 142 | 0 | 122 | 430 | 140 | 11 |
| Binary | 11111 | 1 | 101110 | 100001 | 1100010 | 0 | 1010010 | 100011000 | 1100000 | 1001 |
Color Harmonies of #1F012E
Complementary color
Monochromatic Colors of #1F012E
Black with #1F012E
Text Example
Text Example
White with #1F012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F012E; }
p { color: rgb(31,1,46); }
H1.HeaderClassName
{
color: #1F012E;
}
.AnyTagClassName
{
color: #1F012E;
}
</style>
background-color css
<style>
a { background-color: #1F012E; }
a { background-color: rgb(31,1,46); }
div.DivClassName
{
background-color: #1F012E;
}
.BgClassName
{
background-color: #1F012E;
}
</style>
border-color css
<style>
span { border-color: #1F012E; }
span { border-color: rgb(31,1,46); }
td.TdClassName
{
border-color: #1F012E;
}
.TagClassName
{
border-color: #1F012E;
}
</style>