Shades of Blackcurrant #190F27
Tints of Blackcurrant #190F27
RGB
CMYK
RGB Variations
Color information
#190F27 (or 0x190F27) is known color: Blackcurrant. HEX triplet: 19, 0F and 27. RGB value is (25,15,39). Sum of RGB (Red+Green+Blue) = 25+15+39=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #190F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F27 is #E6F0D8. Grayscale: #141414. Windows color (decimal): -15134937 or 2559769. OLE color: 2559769.
HSL color Cylindrical-coordinate representation of color #190F27: hue angle of 265º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #190F27 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 15 | 39 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.85 |
| HSL | 265º | 0.44% | 0.11% | - |
| HSV(B) | 265º | 0.62% | 0.15% | - |
| XYZ | 0.94 | 0.69 | 2 | - |
| YUV | 20.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 39 | 0.36 | 0.62 | 0 | 0.85 | 265 | 0.44 | 0.11 |
| Hex | 19 | F | 27 | 24 | 3E | 0 | 55 | 109 | 2C | B |
| Octal | 31 | 17 | 47 | 44 | 76 | 0 | 125 | 411 | 54 | 13 |
| Binary | 11001 | 1111 | 100111 | 100100 | 111110 | 0 | 1010101 | 100001001 | 101100 | 1011 |
Color Harmonies of #190F27
Complementary color
Monochromatic Colors of #190F27
Black with #190F27
Text Example
Text Example
White with #190F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F27; }
p { color: rgb(25,15,39); }
H1.HeaderClassName
{
color: #190F27;
}
.AnyTagClassName
{
color: #190F27;
}
</style>
background-color css
<style>
a { background-color: #190F27; }
a { background-color: rgb(25,15,39); }
div.DivClassName
{
background-color: #190F27;
}
.BgClassName
{
background-color: #190F27;
}
</style>
border-color css
<style>
span { border-color: #190F27; }
span { border-color: rgb(25,15,39); }
td.TdClassName
{
border-color: #190F27;
}
.TagClassName
{
border-color: #190F27;
}
</style>