Shades of Blackcurrant #1F0828
Tints of Blackcurrant #1F0828
RGB
CMYK
RGB Variations
Color information
#1F0828 (or 0x1F0828) is known color: Blackcurrant. HEX triplet: 1F, 08 and 28. RGB value is (31,8,40). Sum of RGB (Red+Green+Blue) = 31+8+40=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0828 is #E0F7D7. Grayscale: #121212. Windows color (decimal): -14743512 or 2623519. OLE color: 2623519.
HSL color Cylindrical-coordinate representation of color #1F0828: hue angle of 283.12º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F0828 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 8 | 40 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.84 |
| HSL | 283.13º | 0.67% | 0.09% | - |
| HSV(B) | 283.13º | 0.8% | 0.16% | - |
| XYZ | 1.03 | 0.62 | 2.07 | - |
| YUV | 18.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 40 | 0.22 | 0.80 | 0 | 0.84 | 283.13 | 0.67 | 0.09 |
| Hex | 1F | 8 | 28 | 16 | 50 | 0 | 54 | 11B | 43 | 9 |
| Octal | 37 | 10 | 50 | 26 | 120 | 0 | 124 | 433 | 103 | 11 |
| Binary | 11111 | 1000 | 101000 | 10110 | 1010000 | 0 | 1010100 | 100011011 | 1000011 | 1001 |
Color Harmonies of #1F0828
Complementary color
Monochromatic Colors of #1F0828
Black with #1F0828
Text Example
Text Example
White with #1F0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0828; }
p { color: rgb(31,8,40); }
H1.HeaderClassName
{
color: #1F0828;
}
.AnyTagClassName
{
color: #1F0828;
}
</style>
background-color css
<style>
a { background-color: #1F0828; }
a { background-color: rgb(31,8,40); }
div.DivClassName
{
background-color: #1F0828;
}
.BgClassName
{
background-color: #1F0828;
}
</style>
border-color css
<style>
span { border-color: #1F0828; }
span { border-color: rgb(31,8,40); }
td.TdClassName
{
border-color: #1F0828;
}
.TagClassName
{
border-color: #1F0828;
}
</style>