Shades of Blackcurrant #1F0831
Tints of Blackcurrant #1F0831
RGB
CMYK
RGB Variations
Color information
#1F0831 (or 0x1F0831) is known color: Blackcurrant. HEX triplet: 1F, 08 and 31. RGB value is (31,8,49). Sum of RGB (Red+Green+Blue) = 31+8+49=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F0831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0831 is #E0F7CE. Grayscale: #131313. Windows color (decimal): -14743503 or 3213343. OLE color: 3213343.
HSL color Cylindrical-coordinate representation of color #1F0831: hue angle of 273.66º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0831 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 8 | 49 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.81 |
| HSL | 273.66º | 0.72% | 0.11% | - |
| HSV(B) | 273.66º | 0.84% | 0.19% | - |
| XYZ | 1.21 | 0.69 | 2.97 | - |
| YUV | 19.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 49 | 0.37 | 0.84 | 0 | 0.81 | 273.66 | 0.72 | 0.11 |
| Hex | 1F | 8 | 31 | 25 | 54 | 0 | 51 | 112 | 48 | B |
| Octal | 37 | 10 | 61 | 45 | 124 | 0 | 121 | 422 | 110 | 13 |
| Binary | 11111 | 1000 | 110001 | 100101 | 1010100 | 0 | 1010001 | 100010010 | 1001000 | 1011 |
Color Harmonies of #1F0831
Complementary color
Monochromatic Colors of #1F0831
Black with #1F0831
Text Example
Text Example
White with #1F0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0831; }
p { color: rgb(31,8,49); }
H1.HeaderClassName
{
color: #1F0831;
}
.AnyTagClassName
{
color: #1F0831;
}
</style>
background-color css
<style>
a { background-color: #1F0831; }
a { background-color: rgb(31,8,49); }
div.DivClassName
{
background-color: #1F0831;
}
.BgClassName
{
background-color: #1F0831;
}
</style>
border-color css
<style>
span { border-color: #1F0831; }
span { border-color: rgb(31,8,49); }
td.TdClassName
{
border-color: #1F0831;
}
.TagClassName
{
border-color: #1F0831;
}
</style>