Shades of Blackcurrant #181619
Tints of Blackcurrant #181619
RGB
CMYK
RGB Variations
Color information
#181619 (or 0x181619) is known color: Blackcurrant. HEX triplet: 18, 16 and 19. RGB value is (24,22,25). Sum of RGB (Red+Green+Blue) = 24+22+25=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 25 - color contains mainly: blue. Hex color #181619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181619 is #E7E9E6. Grayscale: #161616. Windows color (decimal): -15198695 or 1644056. OLE color: 1644056.
HSL color Cylindrical-coordinate representation of color #181619: hue angle of 280º degrees, saturation: 0.06, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #181619 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 24 | 22 | 25 | - |
CMYK | 0.04 | 0.12 | 0 | 0.90 |
HSL | 280º | 0.06% | 0.09% | - |
HSV(B) | 280º | 0.12% | 0.1% | - |
XYZ | 0.84 | 0.84 | 1.04 | - |
YUV | 22.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 22 | 25 | 0.04 | 0.12 | 0 | 0.90 | 280 | 0.06 | 0.09 |
Hex | 18 | 16 | 19 | 4 | C | 0 | 5A | 118 | 6 | 9 |
Octal | 30 | 26 | 31 | 4 | 14 | 0 | 132 | 430 | 6 | 11 |
Binary | 11000 | 10110 | 11001 | 100 | 1100 | 0 | 1011010 | 100011000 | 110 | 1001 |
Color Harmonies of #181619
Complementary color
Monochromatic Colors of #181619
Black with #181619
Text Example
Text Example
White with #181619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181619; }
p { color: rgb(24,22,25); }
H1.HeaderClassName
{
color: #181619;
}
.AnyTagClassName
{
color: #181619;
}
</style>
background-color css
<style>
a { background-color: #181619; }
a { background-color: rgb(24,22,25); }
div.DivClassName
{
background-color: #181619;
}
.BgClassName
{
background-color: #181619;
}
</style>
border-color css
<style>
span { border-color: #181619; }
span { border-color: rgb(24,22,25); }
td.TdClassName
{
border-color: #181619;
}
.TagClassName
{
border-color: #181619;
}
</style>