Shades of Blackcurrant #1F052E
Tints of Blackcurrant #1F052E
RGB
CMYK
RGB Variations
Color information
#1F052E (or 0x1F052E) is known color: Blackcurrant. HEX triplet: 1F, 05 and 2E. RGB value is (31,5,46). Sum of RGB (Red+Green+Blue) = 31+5+46=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F052E is #E0FAD1. Grayscale: #111111. Windows color (decimal): -14744274 or 3015967. OLE color: 3015967.
HSL color Cylindrical-coordinate representation of color #1F052E: hue angle of 278.05º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F052E is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 5 | 46 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.82 |
| HSL | 278.05º | 0.8% | 0.1% | - |
| HSV(B) | 278.05º | 0.89% | 0.18% | - |
| XYZ | 1.11 | 0.6 | 2.64 | - |
| YUV | 17.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 46 | 0.33 | 0.89 | 0 | 0.82 | 278.05 | 0.8 | 0.1 |
| Hex | 1F | 5 | 2E | 21 | 59 | 0 | 52 | 116 | 50 | A |
| Octal | 37 | 5 | 56 | 41 | 131 | 0 | 122 | 426 | 120 | 12 |
| Binary | 11111 | 101 | 101110 | 100001 | 1011001 | 0 | 1010010 | 100010110 | 1010000 | 1010 |
Color Harmonies of #1F052E
Complementary color
Monochromatic Colors of #1F052E
Black with #1F052E
Text Example
Text Example
White with #1F052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F052E; }
p { color: rgb(31,5,46); }
H1.HeaderClassName
{
color: #1F052E;
}
.AnyTagClassName
{
color: #1F052E;
}
</style>
background-color css
<style>
a { background-color: #1F052E; }
a { background-color: rgb(31,5,46); }
div.DivClassName
{
background-color: #1F052E;
}
.BgClassName
{
background-color: #1F052E;
}
</style>
border-color css
<style>
span { border-color: #1F052E; }
span { border-color: rgb(31,5,46); }
td.TdClassName
{
border-color: #1F052E;
}
.TagClassName
{
border-color: #1F052E;
}
</style>