Shades of Blackcurrant #191124
Tints of Blackcurrant #191124
RGB
CMYK
RGB Variations
Color information
#191124 (or 0x191124) is known color: Blackcurrant. HEX triplet: 19, 11 and 24. RGB value is (25,17,36). Sum of RGB (Red+Green+Blue) = 25+17+36=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #191124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191124 is #E6EEDB. Grayscale: #151515. Windows color (decimal): -15134428 or 2363673. OLE color: 2363673.
HSL color Cylindrical-coordinate representation of color #191124: hue angle of 265.26º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #191124 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 17 | 36 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.86 |
| HSL | 265.26º | 0.36% | 0.1% | - |
| HSV(B) | 265.26º | 0.53% | 0.14% | - |
| XYZ | 0.92 | 0.73 | 1.76 | - |
| YUV | 21.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 36 | 0.31 | 0.53 | 0 | 0.86 | 265.26 | 0.36 | 0.1 |
| Hex | 19 | 11 | 24 | 1F | 35 | 0 | 56 | 109 | 24 | A |
| Octal | 31 | 21 | 44 | 37 | 65 | 0 | 126 | 411 | 44 | 12 |
| Binary | 11001 | 10001 | 100100 | 11111 | 110101 | 0 | 1010110 | 100001001 | 100100 | 1010 |
Color Harmonies of #191124
Complementary color
Monochromatic Colors of #191124
Black with #191124
Text Example
Text Example
White with #191124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191124; }
p { color: rgb(25,17,36); }
H1.HeaderClassName
{
color: #191124;
}
.AnyTagClassName
{
color: #191124;
}
</style>
background-color css
<style>
a { background-color: #191124; }
a { background-color: rgb(25,17,36); }
div.DivClassName
{
background-color: #191124;
}
.BgClassName
{
background-color: #191124;
}
</style>
border-color css
<style>
span { border-color: #191124; }
span { border-color: rgb(25,17,36); }
td.TdClassName
{
border-color: #191124;
}
.TagClassName
{
border-color: #191124;
}
</style>