Shades of Blackcurrant #190C1C
Tints of Blackcurrant #190C1C
RGB
CMYK
RGB Variations
Color information
#190C1C (or 0x190C1C) is known color: Blackcurrant. HEX triplet: 19, 0C and 1C. RGB value is (25,12,28). Sum of RGB (Red+Green+Blue) = 25+12+28=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #190C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C1C is #E6F3E3. Grayscale: #111111. Windows color (decimal): -15135716 or 1838105. OLE color: 1838105.
HSL color Cylindrical-coordinate representation of color #190C1C: hue angle of 288.75º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #190C1C is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 12 | 28 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.89 |
| HSL | 288.75º | 0.4% | 0.08% | - |
| HSV(B) | 288.75º | 0.57% | 0.11% | - |
| XYZ | 0.74 | 0.55 | 1.17 | - |
| YUV | 17.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 28 | 0.11 | 0.57 | 0 | 0.89 | 288.75 | 0.4 | 0.08 |
| Hex | 19 | C | 1C | B | 39 | 0 | 59 | 121 | 28 | 8 |
| Octal | 31 | 14 | 34 | 13 | 71 | 0 | 131 | 441 | 50 | 10 |
| Binary | 11001 | 1100 | 11100 | 1011 | 111001 | 0 | 1011001 | 100100001 | 101000 | 1000 |
Color Harmonies of #190C1C
Complementary color
Monochromatic Colors of #190C1C
Black with #190C1C
Text Example
Text Example
White with #190C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C1C; }
p { color: rgb(25,12,28); }
H1.HeaderClassName
{
color: #190C1C;
}
.AnyTagClassName
{
color: #190C1C;
}
</style>
background-color css
<style>
a { background-color: #190C1C; }
a { background-color: rgb(25,12,28); }
div.DivClassName
{
background-color: #190C1C;
}
.BgClassName
{
background-color: #190C1C;
}
</style>
border-color css
<style>
span { border-color: #190C1C; }
span { border-color: rgb(25,12,28); }
td.TdClassName
{
border-color: #190C1C;
}
.TagClassName
{
border-color: #190C1C;
}
</style>