Shades of Blackcurrant #1F003A
Tints of Blackcurrant #1F003A
RGB
CMYK
RGB Variations
Color information
#1F003A (or 0x1F003A) is known color: Blackcurrant. HEX triplet: 1F, 00 and 3A. RGB value is (31,0,58). Sum of RGB (Red+Green+Blue) = 31+0+58=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 58 (23.05% from 255 or 65.17% from 89); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F003A is #E0FFC5. Grayscale: #0F0F0F. Windows color (decimal): -14745542 or 3801119. OLE color: 3801119.
HSL color Cylindrical-coordinate representation of color #1F003A: hue angle of 272.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F003A is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 0 | 58 | - |
| CMYK | 0.47 | 1 | 0 | 0.77 |
| HSL | 272.07º | 1% | 0.11% | - |
| HSV(B) | 272.07º | 1% | 0.23% | - |
| XYZ | 1.33 | 0.6 | 4.05 | - |
| YUV | 15.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 58 | 0.47 | 1 | 0 | 0.77 | 272.07 | 1 | 0.11 |
| Hex | 1F | 0 | 3A | 2F | 64 | 0 | 4D | 110 | 64 | B |
| Octal | 37 | 0 | 72 | 57 | 144 | 0 | 115 | 420 | 144 | 13 |
| Binary | 11111 | 0 | 111010 | 101111 | 1100100 | 0 | 1001101 | 100010000 | 1100100 | 1011 |
Color Harmonies of #1F003A
Complementary color
Monochromatic Colors of #1F003A
Black with #1F003A
Text Example
Text Example
White with #1F003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F003A; }
p { color: rgb(31,0,58); }
H1.HeaderClassName
{
color: #1F003A;
}
.AnyTagClassName
{
color: #1F003A;
}
</style>
background-color css
<style>
a { background-color: #1F003A; }
a { background-color: rgb(31,0,58); }
div.DivClassName
{
background-color: #1F003A;
}
.BgClassName
{
background-color: #1F003A;
}
</style>
border-color css
<style>
span { border-color: #1F003A; }
span { border-color: rgb(31,0,58); }
td.TdClassName
{
border-color: #1F003A;
}
.TagClassName
{
border-color: #1F003A;
}
</style>