Shades of Blackcurrant #160E23
Tints of Blackcurrant #160E23
RGB
CMYK
RGB Variations
Color information
#160E23 (or 0x160E23) is known color: Blackcurrant. HEX triplet: 16, 0E and 23. RGB value is (22,14,35). Sum of RGB (Red+Green+Blue) = 22+14+35=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #160E23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160E23 is #E9F1DC. Grayscale: #121212. Windows color (decimal): -15331805 or 2297366. OLE color: 2297366.
HSL color Cylindrical-coordinate representation of color #160E23: hue angle of 262.86º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #160E23 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 14 | 35 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.86 |
| HSL | 262.86º | 0.43% | 0.1% | - |
| HSV(B) | 262.86º | 0.6% | 0.14% | - |
| XYZ | 0.79 | 0.61 | 1.67 | - |
| YUV | 18.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 14 | 35 | 0.37 | 0.60 | 0 | 0.86 | 262.86 | 0.43 | 0.1 |
| Hex | 16 | E | 23 | 25 | 3C | 0 | 56 | 107 | 2B | A |
| Octal | 26 | 16 | 43 | 45 | 74 | 0 | 126 | 407 | 53 | 12 |
| Binary | 10110 | 1110 | 100011 | 100101 | 111100 | 0 | 1010110 | 100000111 | 101011 | 1010 |
Color Harmonies of #160E23
Complementary color
Monochromatic Colors of #160E23
Black with #160E23
Text Example
Text Example
White with #160E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160E23; }
p { color: rgb(22,14,35); }
H1.HeaderClassName
{
color: #160E23;
}
.AnyTagClassName
{
color: #160E23;
}
</style>
background-color css
<style>
a { background-color: #160E23; }
a { background-color: rgb(22,14,35); }
div.DivClassName
{
background-color: #160E23;
}
.BgClassName
{
background-color: #160E23;
}
</style>
border-color css
<style>
span { border-color: #160E23; }
span { border-color: rgb(22,14,35); }
td.TdClassName
{
border-color: #160E23;
}
.TagClassName
{
border-color: #160E23;
}
</style>