Shades of Blackcurrant #181419
Tints of Blackcurrant #181419
RGB
CMYK
RGB Variations
Color information
#181419 (or 0x181419) is known color: Blackcurrant. HEX triplet: 18, 14 and 19. RGB value is (24,20,25). Sum of RGB (Red+Green+Blue) = 24+20+25=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 25 - color contains mainly: blue. Hex color #181419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181419 is #E7EBE6. Grayscale: #151515. Windows color (decimal): -15199207 or 1643544. OLE color: 1643544.
HSL color Cylindrical-coordinate representation of color #181419: hue angle of 288º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #181419 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 20 | 25 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.90 |
| HSL | 288º | 0.11% | 0.09% | - |
| HSV(B) | 288º | 0.2% | 0.1% | - |
| XYZ | 0.8 | 0.76 | 1.03 | - |
| YUV | 21.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 25 | 0.04 | 0.20 | 0 | 0.90 | 288 | 0.11 | 0.09 |
| Hex | 18 | 14 | 19 | 4 | 14 | 0 | 5A | 120 | B | 9 |
| Octal | 30 | 24 | 31 | 4 | 24 | 0 | 132 | 440 | 13 | 11 |
| Binary | 11000 | 10100 | 11001 | 100 | 10100 | 0 | 1011010 | 100100000 | 1011 | 1001 |
Color Harmonies of #181419
Complementary color
Monochromatic Colors of #181419
Black with #181419
Text Example
Text Example
White with #181419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181419; }
p { color: rgb(24,20,25); }
H1.HeaderClassName
{
color: #181419;
}
.AnyTagClassName
{
color: #181419;
}
</style>
background-color css
<style>
a { background-color: #181419; }
a { background-color: rgb(24,20,25); }
div.DivClassName
{
background-color: #181419;
}
.BgClassName
{
background-color: #181419;
}
</style>
border-color css
<style>
span { border-color: #181419; }
span { border-color: rgb(24,20,25); }
td.TdClassName
{
border-color: #181419;
}
.TagClassName
{
border-color: #181419;
}
</style>