Shades of Blackcurrant #190F23
Tints of Blackcurrant #190F23
RGB
CMYK
RGB Variations
Color information
#190F23 (or 0x190F23) is known color: Blackcurrant. HEX triplet: 19, 0F and 23. RGB value is (25,15,35). Sum of RGB (Red+Green+Blue) = 25+15+35=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #190F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F23 is #E6F0DC. Grayscale: #141414. Windows color (decimal): -15134941 or 2297625. OLE color: 2297625.
HSL color Cylindrical-coordinate representation of color #190F23: hue angle of 270º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #190F23 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 15 | 35 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.86 |
| HSL | 270º | 0.4% | 0.1% | - |
| HSV(B) | 270º | 0.57% | 0.14% | - |
| XYZ | 0.88 | 0.67 | 1.67 | - |
| YUV | 20.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 35 | 0.29 | 0.57 | 0 | 0.86 | 270 | 0.4 | 0.1 |
| Hex | 19 | F | 23 | 1D | 39 | 0 | 56 | 10E | 28 | A |
| Octal | 31 | 17 | 43 | 35 | 71 | 0 | 126 | 416 | 50 | 12 |
| Binary | 11001 | 1111 | 100011 | 11101 | 111001 | 0 | 1010110 | 100001110 | 101000 | 1010 |
Color Harmonies of #190F23
Complementary color
Monochromatic Colors of #190F23
Black with #190F23
Text Example
Text Example
White with #190F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F23; }
p { color: rgb(25,15,35); }
H1.HeaderClassName
{
color: #190F23;
}
.AnyTagClassName
{
color: #190F23;
}
</style>
background-color css
<style>
a { background-color: #190F23; }
a { background-color: rgb(25,15,35); }
div.DivClassName
{
background-color: #190F23;
}
.BgClassName
{
background-color: #190F23;
}
</style>
border-color css
<style>
span { border-color: #190F23; }
span { border-color: rgb(25,15,35); }
td.TdClassName
{
border-color: #190F23;
}
.TagClassName
{
border-color: #190F23;
}
</style>