Shades of Blackcurrant #1F1328
Tints of Blackcurrant #1F1328
RGB
CMYK
RGB Variations
Color information
#1F1328 (or 0x1F1328) is known color: Blackcurrant. HEX triplet: 1F, 13 and 28. RGB value is (31,19,40). Sum of RGB (Red+Green+Blue) = 31+19+40=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F1328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1328 is #E0ECD7. Grayscale: #181818. Windows color (decimal): -14740696 or 2626335. OLE color: 2626335.
HSL color Cylindrical-coordinate representation of color #1F1328: hue angle of 274.29º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F1328 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 19 | 40 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.84 |
| HSL | 274.29º | 0.36% | 0.12% | - |
| HSV(B) | 274.29º | 0.53% | 0.16% | - |
| XYZ | 1.18 | 0.91 | 2.12 | - |
| YUV | 24.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 40 | 0.22 | 0.52 | 0 | 0.84 | 274.29 | 0.36 | 0.12 |
| Hex | 1F | 13 | 28 | 16 | 34 | 0 | 54 | 112 | 24 | C |
| Octal | 37 | 23 | 50 | 26 | 64 | 0 | 124 | 422 | 44 | 14 |
| Binary | 11111 | 10011 | 101000 | 10110 | 110100 | 0 | 1010100 | 100010010 | 100100 | 1100 |
Color Harmonies of #1F1328
Complementary color
Monochromatic Colors of #1F1328
Black with #1F1328
Text Example
Text Example
White with #1F1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1328; }
p { color: rgb(31,19,40); }
H1.HeaderClassName
{
color: #1F1328;
}
.AnyTagClassName
{
color: #1F1328;
}
</style>
background-color css
<style>
a { background-color: #1F1328; }
a { background-color: rgb(31,19,40); }
div.DivClassName
{
background-color: #1F1328;
}
.BgClassName
{
background-color: #1F1328;
}
</style>
border-color css
<style>
span { border-color: #1F1328; }
span { border-color: rgb(31,19,40); }
td.TdClassName
{
border-color: #1F1328;
}
.TagClassName
{
border-color: #1F1328;
}
</style>