Shades of Blackcurrant #191224
Tints of Blackcurrant #191224
RGB
CMYK
RGB Variations
Color information
#191224 (or 0x191224) is known color: Blackcurrant. HEX triplet: 19, 12 and 24. RGB value is (25,18,36). Sum of RGB (Red+Green+Blue) = 25+18+36=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #191224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191224 is #E6EDDB. Grayscale: #161616. Windows color (decimal): -15134172 or 2363929. OLE color: 2363929.
HSL color Cylindrical-coordinate representation of color #191224: hue angle of 263.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #191224 is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 18 | 36 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.86 |
| HSL | 263.33º | 0.33% | 0.11% | - |
| HSV(B) | 263.33º | 0.5% | 0.14% | - |
| XYZ | 0.94 | 0.77 | 1.77 | - |
| YUV | 22.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 36 | 0.31 | 0.5 | 0 | 0.86 | 263.33 | 0.33 | 0.11 |
| Hex | 19 | 12 | 24 | 1F | 32 | 0 | 56 | 107 | 21 | B |
| Octal | 31 | 22 | 44 | 37 | 62 | 0 | 126 | 407 | 41 | 13 |
| Binary | 11001 | 10010 | 100100 | 11111 | 110010 | 0 | 1010110 | 100000111 | 100001 | 1011 |
Color Harmonies of #191224
Complementary color
Monochromatic Colors of #191224
Black with #191224
Text Example
Text Example
White with #191224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191224; }
p { color: rgb(25,18,36); }
H1.HeaderClassName
{
color: #191224;
}
.AnyTagClassName
{
color: #191224;
}
</style>
background-color css
<style>
a { background-color: #191224; }
a { background-color: rgb(25,18,36); }
div.DivClassName
{
background-color: #191224;
}
.BgClassName
{
background-color: #191224;
}
</style>
border-color css
<style>
span { border-color: #191224; }
span { border-color: rgb(25,18,36); }
td.TdClassName
{
border-color: #191224;
}
.TagClassName
{
border-color: #191224;
}
</style>