Shades of Blackcurrant #191321
Tints of Blackcurrant #191321
RGB
CMYK
RGB Variations
Color information
#191321 (or 0x191321) is known color: Blackcurrant. HEX triplet: 19, 13 and 21. RGB value is (25,19,33). Sum of RGB (Red+Green+Blue) = 25+19+33=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #191321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191321 is #E6ECDE. Grayscale: #161616. Windows color (decimal): -15133919 or 2167577. OLE color: 2167577.
HSL color Cylindrical-coordinate representation of color #191321: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #191321 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 19 | 33 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.87 |
| HSL | 265.71º | 0.27% | 0.1% | - |
| HSV(B) | 265.71º | 0.42% | 0.13% | - |
| XYZ | 0.91 | 0.78 | 1.54 | - |
| YUV | 22.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 33 | 0.24 | 0.42 | 0 | 0.87 | 265.71 | 0.27 | 0.1 |
| Hex | 19 | 13 | 21 | 18 | 2A | 0 | 57 | 10A | 1B | A |
| Octal | 31 | 23 | 41 | 30 | 52 | 0 | 127 | 412 | 33 | 12 |
| Binary | 11001 | 10011 | 100001 | 11000 | 101010 | 0 | 1010111 | 100001010 | 11011 | 1010 |
Color Harmonies of #191321
Complementary color
Monochromatic Colors of #191321
Black with #191321
Text Example
Text Example
White with #191321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191321; }
p { color: rgb(25,19,33); }
H1.HeaderClassName
{
color: #191321;
}
.AnyTagClassName
{
color: #191321;
}
</style>
background-color css
<style>
a { background-color: #191321; }
a { background-color: rgb(25,19,33); }
div.DivClassName
{
background-color: #191321;
}
.BgClassName
{
background-color: #191321;
}
</style>
border-color css
<style>
span { border-color: #191321; }
span { border-color: rgb(25,19,33); }
td.TdClassName
{
border-color: #191321;
}
.TagClassName
{
border-color: #191321;
}
</style>