Shades of Blackcurrant #190F2C
Tints of Blackcurrant #190F2C
RGB
CMYK
RGB Variations
Color information
#190F2C (or 0x190F2C) is known color: Blackcurrant. HEX triplet: 19, 0F and 2C. RGB value is (25,15,44). Sum of RGB (Red+Green+Blue) = 25+15+44=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #190F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F2C is #E6F0D3. Grayscale: #151515. Windows color (decimal): -15134932 or 2887449. OLE color: 2887449.
HSL color Cylindrical-coordinate representation of color #190F2C: hue angle of 260.69º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #190F2C is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 15 | 44 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.83 |
| HSL | 260.69º | 0.49% | 0.12% | - |
| HSV(B) | 260.69º | 0.66% | 0.17% | - |
| XYZ | 1.03 | 0.73 | 2.47 | - |
| YUV | 21.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 44 | 0.43 | 0.66 | 0 | 0.83 | 260.69 | 0.49 | 0.12 |
| Hex | 19 | F | 2C | 2B | 42 | 0 | 53 | 105 | 31 | C |
| Octal | 31 | 17 | 54 | 53 | 102 | 0 | 123 | 405 | 61 | 14 |
| Binary | 11001 | 1111 | 101100 | 101011 | 1000010 | 0 | 1010011 | 100000101 | 110001 | 1100 |
Color Harmonies of #190F2C
Complementary color
Monochromatic Colors of #190F2C
Black with #190F2C
Text Example
Text Example
White with #190F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F2C; }
p { color: rgb(25,15,44); }
H1.HeaderClassName
{
color: #190F2C;
}
.AnyTagClassName
{
color: #190F2C;
}
</style>
background-color css
<style>
a { background-color: #190F2C; }
a { background-color: rgb(25,15,44); }
div.DivClassName
{
background-color: #190F2C;
}
.BgClassName
{
background-color: #190F2C;
}
</style>
border-color css
<style>
span { border-color: #190F2C; }
span { border-color: rgb(25,15,44); }
td.TdClassName
{
border-color: #190F2C;
}
.TagClassName
{
border-color: #190F2C;
}
</style>