Shades of Blackcurrant #190C27
Tints of Blackcurrant #190C27
RGB
CMYK
RGB Variations
Color information
#190C27 (or 0x190C27) is known color: Blackcurrant. HEX triplet: 19, 0C and 27. RGB value is (25,12,39). Sum of RGB (Red+Green+Blue) = 25+12+39=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #190C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C27 is #E6F3D8. Grayscale: #121212. Windows color (decimal): -15135705 or 2559001. OLE color: 2559001.
HSL color Cylindrical-coordinate representation of color #190C27: hue angle of 268.89º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #190C27 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 12 | 39 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.85 |
| HSL | 268.89º | 0.53% | 0.1% | - |
| HSV(B) | 268.89º | 0.69% | 0.15% | - |
| XYZ | 0.9 | 0.62 | 1.99 | - |
| YUV | 18.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 39 | 0.36 | 0.69 | 0 | 0.85 | 268.89 | 0.53 | 0.1 |
| Hex | 19 | C | 27 | 24 | 45 | 0 | 55 | 10D | 35 | A |
| Octal | 31 | 14 | 47 | 44 | 105 | 0 | 125 | 415 | 65 | 12 |
| Binary | 11001 | 1100 | 100111 | 100100 | 1000101 | 0 | 1010101 | 100001101 | 110101 | 1010 |
Color Harmonies of #190C27
Complementary color
Monochromatic Colors of #190C27
Black with #190C27
Text Example
Text Example
White with #190C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C27; }
p { color: rgb(25,12,39); }
H1.HeaderClassName
{
color: #190C27;
}
.AnyTagClassName
{
color: #190C27;
}
</style>
background-color css
<style>
a { background-color: #190C27; }
a { background-color: rgb(25,12,39); }
div.DivClassName
{
background-color: #190C27;
}
.BgClassName
{
background-color: #190C27;
}
</style>
border-color css
<style>
span { border-color: #190C27; }
span { border-color: rgb(25,12,39); }
td.TdClassName
{
border-color: #190C27;
}
.TagClassName
{
border-color: #190C27;
}
</style>