Shades of Blackcurrant #19061C
Tints of Blackcurrant #19061C
RGB
CMYK
RGB Variations
Color information
#19061C (or 0x19061C) is known color: Blackcurrant. HEX triplet: 19, 06 and 1C. RGB value is (25,6,28). Sum of RGB (Red+Green+Blue) = 25+6+28=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #19061C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19061C is #E6F9E3. Grayscale: #0E0E0E. Windows color (decimal): -15137252 or 1836569. OLE color: 1836569.
HSL color Cylindrical-coordinate representation of color #19061C: hue angle of 291.82º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19061C is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 6 | 28 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.89 |
| HSL | 291.82º | 0.65% | 0.07% | - |
| HSV(B) | 291.82º | 0.79% | 0.11% | - |
| XYZ | 0.68 | 0.42 | 1.14 | - |
| YUV | 14.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 28 | 0.11 | 0.79 | 0 | 0.89 | 291.82 | 0.65 | 0.07 |
| Hex | 19 | 6 | 1C | B | 4F | 0 | 59 | 124 | 41 | 7 |
| Octal | 31 | 6 | 34 | 13 | 117 | 0 | 131 | 444 | 101 | 7 |
| Binary | 11001 | 110 | 11100 | 1011 | 1001111 | 0 | 1011001 | 100100100 | 1000001 | 111 |
Color Harmonies of #19061C
Complementary color
Monochromatic Colors of #19061C
Black with #19061C
Text Example
Text Example
White with #19061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19061C; }
p { color: rgb(25,6,28); }
H1.HeaderClassName
{
color: #19061C;
}
.AnyTagClassName
{
color: #19061C;
}
</style>
background-color css
<style>
a { background-color: #19061C; }
a { background-color: rgb(25,6,28); }
div.DivClassName
{
background-color: #19061C;
}
.BgClassName
{
background-color: #19061C;
}
</style>
border-color css
<style>
span { border-color: #19061C; }
span { border-color: rgb(25,6,28); }
td.TdClassName
{
border-color: #19061C;
}
.TagClassName
{
border-color: #19061C;
}
</style>