Shades of Blackcurrant #161018
Tints of Blackcurrant #161018
RGB
CMYK
RGB Variations
Color information
#161018 (or 0x161018) is known color: Blackcurrant. HEX triplet: 16, 10 and 18. RGB value is (22,16,24). Sum of RGB (Red+Green+Blue) = 22+16+24=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 24 - color contains mainly: blue. Hex color #161018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161018 is #E9EFE7. Grayscale: #121212. Windows color (decimal): -15331304 or 1576982. OLE color: 1576982.
HSL color Cylindrical-coordinate representation of color #161018: hue angle of 285º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #161018 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 16 | 24 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.91 |
| HSL | 285º | 0.2% | 0.08% | - |
| HSV(B) | 285º | 0.33% | 0.09% | - |
| XYZ | 0.68 | 0.61 | 0.95 | - |
| YUV | 18.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 24 | 0.08 | 0.33 | 0 | 0.91 | 285 | 0.2 | 0.08 |
| Hex | 16 | 10 | 18 | 8 | 21 | 0 | 5B | 11D | 14 | 8 |
| Octal | 26 | 20 | 30 | 10 | 41 | 0 | 133 | 435 | 24 | 10 |
| Binary | 10110 | 10000 | 11000 | 1000 | 100001 | 0 | 1011011 | 100011101 | 10100 | 1000 |
Color Harmonies of #161018
Complementary color
Monochromatic Colors of #161018
Black with #161018
Text Example
Text Example
White with #161018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161018; }
p { color: rgb(22,16,24); }
H1.HeaderClassName
{
color: #161018;
}
.AnyTagClassName
{
color: #161018;
}
</style>
background-color css
<style>
a { background-color: #161018; }
a { background-color: rgb(22,16,24); }
div.DivClassName
{
background-color: #161018;
}
.BgClassName
{
background-color: #161018;
}
</style>
border-color css
<style>
span { border-color: #161018; }
span { border-color: rgb(22,16,24); }
td.TdClassName
{
border-color: #161018;
}
.TagClassName
{
border-color: #161018;
}
</style>