Shades of Blackcurrant #1F1030
Tints of Blackcurrant #1F1030
RGB
CMYK
RGB Variations
Color information
#1F1030 (or 0x1F1030) is known color: Blackcurrant. HEX triplet: 1F, 10 and 30. RGB value is (31,16,48). Sum of RGB (Red+Green+Blue) = 31+16+48=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F1030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1030 is #E0EFCF. Grayscale: #181818. Windows color (decimal): -14741456 or 3149855. OLE color: 3149855.
HSL color Cylindrical-coordinate representation of color #1F1030: hue angle of 268.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F1030 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 16 | 48 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.81 |
| HSL | 268.13º | 0.5% | 0.13% | - |
| HSV(B) | 268.13º | 0.67% | 0.19% | - |
| XYZ | 1.28 | 0.88 | 2.9 | - |
| YUV | 24.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 48 | 0.35 | 0.67 | 0 | 0.81 | 268.13 | 0.5 | 0.13 |
| Hex | 1F | 10 | 30 | 23 | 43 | 0 | 51 | 10C | 32 | D |
| Octal | 37 | 20 | 60 | 43 | 103 | 0 | 121 | 414 | 62 | 15 |
| Binary | 11111 | 10000 | 110000 | 100011 | 1000011 | 0 | 1010001 | 100001100 | 110010 | 1101 |
Color Harmonies of #1F1030
Complementary color
Monochromatic Colors of #1F1030
Black with #1F1030
Text Example
Text Example
White with #1F1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1030; }
p { color: rgb(31,16,48); }
H1.HeaderClassName
{
color: #1F1030;
}
.AnyTagClassName
{
color: #1F1030;
}
</style>
background-color css
<style>
a { background-color: #1F1030; }
a { background-color: rgb(31,16,48); }
div.DivClassName
{
background-color: #1F1030;
}
.BgClassName
{
background-color: #1F1030;
}
</style>
border-color css
<style>
span { border-color: #1F1030; }
span { border-color: rgb(31,16,48); }
td.TdClassName
{
border-color: #1F1030;
}
.TagClassName
{
border-color: #1F1030;
}
</style>