Shades of Blackcurrant #160A23
Tints of Blackcurrant #160A23
RGB
CMYK
RGB Variations
Color information
#160A23 (or 0x160A23) is known color: Blackcurrant. HEX triplet: 16, 0A and 23. RGB value is (22,10,35). Sum of RGB (Red+Green+Blue) = 22+10+35=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #160A23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160A23 is #E9F5DC. Grayscale: #101010. Windows color (decimal): -15332829 or 2296342. OLE color: 2296342.
HSL color Cylindrical-coordinate representation of color #160A23: hue angle of 268.8º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #160A23 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 10 | 35 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.86 |
| HSL | 268.8º | 0.56% | 0.09% | - |
| HSV(B) | 268.8º | 0.71% | 0.14% | - |
| XYZ | 0.74 | 0.51 | 1.65 | - |
| YUV | 16.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 35 | 0.37 | 0.71 | 0 | 0.86 | 268.8 | 0.56 | 0.09 |
| Hex | 16 | A | 23 | 25 | 47 | 0 | 56 | 10D | 38 | 9 |
| Octal | 26 | 12 | 43 | 45 | 107 | 0 | 126 | 415 | 70 | 11 |
| Binary | 10110 | 1010 | 100011 | 100101 | 1000111 | 0 | 1010110 | 100001101 | 111000 | 1001 |
Color Harmonies of #160A23
Complementary color
Monochromatic Colors of #160A23
Black with #160A23
Text Example
Text Example
White with #160A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160A23; }
p { color: rgb(22,10,35); }
H1.HeaderClassName
{
color: #160A23;
}
.AnyTagClassName
{
color: #160A23;
}
</style>
background-color css
<style>
a { background-color: #160A23; }
a { background-color: rgb(22,10,35); }
div.DivClassName
{
background-color: #160A23;
}
.BgClassName
{
background-color: #160A23;
}
</style>
border-color css
<style>
span { border-color: #160A23; }
span { border-color: rgb(22,10,35); }
td.TdClassName
{
border-color: #160A23;
}
.TagClassName
{
border-color: #160A23;
}
</style>