Shades of Blackcurrant #190C25
Tints of Blackcurrant #190C25
RGB
CMYK
RGB Variations
Color information
#190C25 (or 0x190C25) is known color: Blackcurrant. HEX triplet: 19, 0C and 25. RGB value is (25,12,37). Sum of RGB (Red+Green+Blue) = 25+12+37=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #190C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C25 is #E6F3DA. Grayscale: #121212. Windows color (decimal): -15135707 or 2427929. OLE color: 2427929.
HSL color Cylindrical-coordinate representation of color #190C25: hue angle of 271.2º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190C25 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 12 | 37 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.85 |
| HSL | 271.2º | 0.51% | 0.1% | - |
| HSV(B) | 271.2º | 0.68% | 0.15% | - |
| XYZ | 0.87 | 0.6 | 1.82 | - |
| YUV | 18.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 37 | 0.32 | 0.68 | 0 | 0.85 | 271.2 | 0.51 | 0.1 |
| Hex | 19 | C | 25 | 20 | 44 | 0 | 55 | 10F | 33 | A |
| Octal | 31 | 14 | 45 | 40 | 104 | 0 | 125 | 417 | 63 | 12 |
| Binary | 11001 | 1100 | 100101 | 100000 | 1000100 | 0 | 1010101 | 100001111 | 110011 | 1010 |
Color Harmonies of #190C25
Complementary color
Monochromatic Colors of #190C25
Black with #190C25
Text Example
Text Example
White with #190C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C25; }
p { color: rgb(25,12,37); }
H1.HeaderClassName
{
color: #190C25;
}
.AnyTagClassName
{
color: #190C25;
}
</style>
background-color css
<style>
a { background-color: #190C25; }
a { background-color: rgb(25,12,37); }
div.DivClassName
{
background-color: #190C25;
}
.BgClassName
{
background-color: #190C25;
}
</style>
border-color css
<style>
span { border-color: #190C25; }
span { border-color: rgb(25,12,37); }
td.TdClassName
{
border-color: #190C25;
}
.TagClassName
{
border-color: #190C25;
}
</style>