Shades of Blackcurrant #1F0039
Tints of Blackcurrant #1F0039
RGB
CMYK
RGB Variations
Color information
#1F0039 (or 0x1F0039) is known color: Blackcurrant. HEX triplet: 1F, 00 and 39. RGB value is (31,0,57). Sum of RGB (Red+Green+Blue) = 31+0+57=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 57 (22.66% from 255 or 64.77% from 88); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F0039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0039 is #E0FFC6. Grayscale: #0F0F0F. Windows color (decimal): -14745543 or 3735583. OLE color: 3735583.
HSL color Cylindrical-coordinate representation of color #1F0039: hue angle of 272.63º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0039 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 0 | 57 | - |
| CMYK | 0.46 | 1 | 0 | 0.78 |
| HSL | 272.63º | 1% | 0.11% | - |
| HSV(B) | 272.63º | 1% | 0.22% | - |
| XYZ | 1.3 | 0.59 | 3.92 | - |
| YUV | 15.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 57 | 0.46 | 1 | 0 | 0.78 | 272.63 | 1 | 0.11 |
| Hex | 1F | 0 | 39 | 2E | 64 | 0 | 4E | 111 | 64 | B |
| Octal | 37 | 0 | 71 | 56 | 144 | 0 | 116 | 421 | 144 | 13 |
| Binary | 11111 | 0 | 111001 | 101110 | 1100100 | 0 | 1001110 | 100010001 | 1100100 | 1011 |
Color Harmonies of #1F0039
Complementary color
Monochromatic Colors of #1F0039
Black with #1F0039
Text Example
Text Example
White with #1F0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0039; }
p { color: rgb(31,0,57); }
H1.HeaderClassName
{
color: #1F0039;
}
.AnyTagClassName
{
color: #1F0039;
}
</style>
background-color css
<style>
a { background-color: #1F0039; }
a { background-color: rgb(31,0,57); }
div.DivClassName
{
background-color: #1F0039;
}
.BgClassName
{
background-color: #1F0039;
}
</style>
border-color css
<style>
span { border-color: #1F0039; }
span { border-color: rgb(31,0,57); }
td.TdClassName
{
border-color: #1F0039;
}
.TagClassName
{
border-color: #1F0039;
}
</style>