Shades of Blackcurrant #190F28
Tints of Blackcurrant #190F28
RGB
CMYK
RGB Variations
Color information
#190F28 (or 0x190F28) is known color: Blackcurrant. HEX triplet: 19, 0F and 28. RGB value is (25,15,40). Sum of RGB (Red+Green+Blue) = 25+15+40=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #190F28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F28 is #E6F0D7. Grayscale: #141414. Windows color (decimal): -15134936 or 2625305. OLE color: 2625305.
HSL color Cylindrical-coordinate representation of color #190F28: hue angle of 264º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #190F28 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 15 | 40 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.84 |
| HSL | 264º | 0.45% | 0.11% | - |
| HSV(B) | 264º | 0.63% | 0.16% | - |
| XYZ | 0.95 | 0.7 | 2.09 | - |
| YUV | 20.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 40 | 0.38 | 0.62 | 0 | 0.84 | 264 | 0.45 | 0.11 |
| Hex | 19 | F | 28 | 26 | 3E | 0 | 54 | 108 | 2D | B |
| Octal | 31 | 17 | 50 | 46 | 76 | 0 | 124 | 410 | 55 | 13 |
| Binary | 11001 | 1111 | 101000 | 100110 | 111110 | 0 | 1010100 | 100001000 | 101101 | 1011 |
Color Harmonies of #190F28
Complementary color
Monochromatic Colors of #190F28
Black with #190F28
Text Example
Text Example
White with #190F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F28; }
p { color: rgb(25,15,40); }
H1.HeaderClassName
{
color: #190F28;
}
.AnyTagClassName
{
color: #190F28;
}
</style>
background-color css
<style>
a { background-color: #190F28; }
a { background-color: rgb(25,15,40); }
div.DivClassName
{
background-color: #190F28;
}
.BgClassName
{
background-color: #190F28;
}
</style>
border-color css
<style>
span { border-color: #190F28; }
span { border-color: rgb(25,15,40); }
td.TdClassName
{
border-color: #190F28;
}
.TagClassName
{
border-color: #190F28;
}
</style>