Shades of Blackcurrant #181319
Tints of Blackcurrant #181319
RGB
CMYK
RGB Variations
Color information
#181319 (or 0x181319) is known color: Blackcurrant. HEX triplet: 18, 13 and 19. RGB value is (24,19,25). Sum of RGB (Red+Green+Blue) = 24+19+25=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 25 - color contains mainly: blue. Hex color #181319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181319 is #E7ECE6. Grayscale: #151515. Windows color (decimal): -15199463 or 1643288. OLE color: 1643288.
HSL color Cylindrical-coordinate representation of color #181319: hue angle of 290º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #181319 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 19 | 25 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.90 |
| HSL | 290º | 0.14% | 0.09% | - |
| HSV(B) | 290º | 0.24% | 0.1% | - |
| XYZ | 0.79 | 0.73 | 1.02 | - |
| YUV | 21.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 25 | 0.04 | 0.24 | 0 | 0.90 | 290 | 0.14 | 0.09 |
| Hex | 18 | 13 | 19 | 4 | 18 | 0 | 5A | 122 | E | 9 |
| Octal | 30 | 23 | 31 | 4 | 30 | 0 | 132 | 442 | 16 | 11 |
| Binary | 11000 | 10011 | 11001 | 100 | 11000 | 0 | 1011010 | 100100010 | 1110 | 1001 |
Color Harmonies of #181319
Complementary color
Monochromatic Colors of #181319
Black with #181319
Text Example
Text Example
White with #181319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181319; }
p { color: rgb(24,19,25); }
H1.HeaderClassName
{
color: #181319;
}
.AnyTagClassName
{
color: #181319;
}
</style>
background-color css
<style>
a { background-color: #181319; }
a { background-color: rgb(24,19,25); }
div.DivClassName
{
background-color: #181319;
}
.BgClassName
{
background-color: #181319;
}
</style>
border-color css
<style>
span { border-color: #181319; }
span { border-color: rgb(24,19,25); }
td.TdClassName
{
border-color: #181319;
}
.TagClassName
{
border-color: #181319;
}
</style>