Shades of Blackcurrant #1F013E
Tints of Blackcurrant #1F013E
RGB
CMYK
RGB Variations
Color information
#1F013E (or 0x1F013E) is known color: Blackcurrant. HEX triplet: 1F, 01 and 3E. RGB value is (31,1,62). Sum of RGB (Red+Green+Blue) = 31+1+62=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F013E is #E0FEC1. Grayscale: #101010. Windows color (decimal): -14745282 or 4063519. OLE color: 4063519.
HSL color Cylindrical-coordinate representation of color #1F013E: hue angle of 269.51º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F013E is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 1 | 62 | - |
| CMYK | 0.5 | 0.98 | 0 | 0.76 |
| HSL | 269.51º | 0.97% | 0.12% | - |
| HSV(B) | 269.51º | 0.98% | 0.24% | - |
| XYZ | 1.45 | 0.66 | 4.61 | - |
| YUV | 16.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 62 | 0.5 | 0.98 | 0 | 0.76 | 269.51 | 0.97 | 0.12 |
| Hex | 1F | 1 | 3E | 32 | 62 | 0 | 4C | 10E | 61 | C |
| Octal | 37 | 1 | 76 | 62 | 142 | 0 | 114 | 416 | 141 | 14 |
| Binary | 11111 | 1 | 111110 | 110010 | 1100010 | 0 | 1001100 | 100001110 | 1100001 | 1100 |
Color Harmonies of #1F013E
Complementary color
Monochromatic Colors of #1F013E
Black with #1F013E
Text Example
Text Example
White with #1F013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F013E; }
p { color: rgb(31,1,62); }
H1.HeaderClassName
{
color: #1F013E;
}
.AnyTagClassName
{
color: #1F013E;
}
</style>
background-color css
<style>
a { background-color: #1F013E; }
a { background-color: rgb(31,1,62); }
div.DivClassName
{
background-color: #1F013E;
}
.BgClassName
{
background-color: #1F013E;
}
</style>
border-color css
<style>
span { border-color: #1F013E; }
span { border-color: rgb(31,1,62); }
td.TdClassName
{
border-color: #1F013E;
}
.TagClassName
{
border-color: #1F013E;
}
</style>