Shades of Blackcurrant #191024
Tints of Blackcurrant #191024
RGB
CMYK
RGB Variations
Color information
#191024 (or 0x191024) is known color: Blackcurrant. HEX triplet: 19, 10 and 24. RGB value is (25,16,36). Sum of RGB (Red+Green+Blue) = 25+16+36=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: blue. Hex color #191024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191024 is #E6EFDB. Grayscale: #141414. Windows color (decimal): -15134684 or 2363417. OLE color: 2363417.
HSL color Cylindrical-coordinate representation of color #191024: hue angle of 267º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #191024 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 16 | 36 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.86 |
| HSL | 267º | 0.38% | 0.1% | - |
| HSV(B) | 267º | 0.56% | 0.14% | - |
| XYZ | 0.9 | 0.7 | 1.76 | - |
| YUV | 20.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 36 | 0.31 | 0.56 | 0 | 0.86 | 267 | 0.38 | 0.1 |
| Hex | 19 | 10 | 24 | 1F | 38 | 0 | 56 | 10B | 26 | A |
| Octal | 31 | 20 | 44 | 37 | 70 | 0 | 126 | 413 | 46 | 12 |
| Binary | 11001 | 10000 | 100100 | 11111 | 111000 | 0 | 1010110 | 100001011 | 100110 | 1010 |
Color Harmonies of #191024
Complementary color
Monochromatic Colors of #191024
Black with #191024
Text Example
Text Example
White with #191024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191024; }
p { color: rgb(25,16,36); }
H1.HeaderClassName
{
color: #191024;
}
.AnyTagClassName
{
color: #191024;
}
</style>
background-color css
<style>
a { background-color: #191024; }
a { background-color: rgb(25,16,36); }
div.DivClassName
{
background-color: #191024;
}
.BgClassName
{
background-color: #191024;
}
</style>
border-color css
<style>
span { border-color: #191024; }
span { border-color: rgb(25,16,36); }
td.TdClassName
{
border-color: #191024;
}
.TagClassName
{
border-color: #191024;
}
</style>