Shades of Blackcurrant #1F023A
Tints of Blackcurrant #1F023A
RGB
CMYK
RGB Variations
Color information
#1F023A (or 0x1F023A) is known color: Blackcurrant. HEX triplet: 1F, 02 and 3A. RGB value is (31,2,58). Sum of RGB (Red+Green+Blue) = 31+2+58=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 58 (23.05% from 255 or 63.74% from 91); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F023A is #E0FDC5. Grayscale: #101010. Windows color (decimal): -14745030 or 3801631. OLE color: 3801631.
HSL color Cylindrical-coordinate representation of color #1F023A: hue angle of 271.07º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F023A is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 2 | 58 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.77 |
| HSL | 271.07º | 0.93% | 0.12% | - |
| HSV(B) | 271.07º | 0.97% | 0.23% | - |
| XYZ | 1.35 | 0.64 | 4.06 | - |
| YUV | 17.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 58 | 0.47 | 0.97 | 0 | 0.77 | 271.07 | 0.93 | 0.12 |
| Hex | 1F | 2 | 3A | 2F | 61 | 0 | 4D | 10F | 5D | C |
| Octal | 37 | 2 | 72 | 57 | 141 | 0 | 115 | 417 | 135 | 14 |
| Binary | 11111 | 10 | 111010 | 101111 | 1100001 | 0 | 1001101 | 100001111 | 1011101 | 1100 |
Color Harmonies of #1F023A
Complementary color
Monochromatic Colors of #1F023A
Black with #1F023A
Text Example
Text Example
White with #1F023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F023A; }
p { color: rgb(31,2,58); }
H1.HeaderClassName
{
color: #1F023A;
}
.AnyTagClassName
{
color: #1F023A;
}
</style>
background-color css
<style>
a { background-color: #1F023A; }
a { background-color: rgb(31,2,58); }
div.DivClassName
{
background-color: #1F023A;
}
.BgClassName
{
background-color: #1F023A;
}
</style>
border-color css
<style>
span { border-color: #1F023A; }
span { border-color: rgb(31,2,58); }
td.TdClassName
{
border-color: #1F023A;
}
.TagClassName
{
border-color: #1F023A;
}
</style>