Shades of Blackcurrant #181519
Tints of Blackcurrant #181519
RGB
CMYK
RGB Variations
Color information
#181519 (or 0x181519) is known color: Blackcurrant. HEX triplet: 18, 15 and 19. RGB value is (24,21,25). Sum of RGB (Red+Green+Blue) = 24+21+25=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 25 - color contains mainly: blue. Hex color #181519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181519 is #E7EAE6. Grayscale: #161616. Windows color (decimal): -15198951 or 1643800. OLE color: 1643800.
HSL color Cylindrical-coordinate representation of color #181519: hue angle of 285º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #181519 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 21 | 25 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.90 |
| HSL | 285º | 0.09% | 0.09% | - |
| HSV(B) | 285º | 0.16% | 0.1% | - |
| XYZ | 0.82 | 0.8 | 1.03 | - |
| YUV | 22.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 25 | 0.04 | 0.16 | 0 | 0.90 | 285 | 0.09 | 0.09 |
| Hex | 18 | 15 | 19 | 4 | 10 | 0 | 5A | 11D | 9 | 9 |
| Octal | 30 | 25 | 31 | 4 | 20 | 0 | 132 | 435 | 11 | 11 |
| Binary | 11000 | 10101 | 11001 | 100 | 10000 | 0 | 1011010 | 100011101 | 1001 | 1001 |
Color Harmonies of #181519
Complementary color
Monochromatic Colors of #181519
Black with #181519
Text Example
Text Example
White with #181519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181519; }
p { color: rgb(24,21,25); }
H1.HeaderClassName
{
color: #181519;
}
.AnyTagClassName
{
color: #181519;
}
</style>
background-color css
<style>
a { background-color: #181519; }
a { background-color: rgb(24,21,25); }
div.DivClassName
{
background-color: #181519;
}
.BgClassName
{
background-color: #181519;
}
</style>
border-color css
<style>
span { border-color: #181519; }
span { border-color: rgb(24,21,25); }
td.TdClassName
{
border-color: #181519;
}
.TagClassName
{
border-color: #181519;
}
</style>