Shades of Blackcurrant #160035
Tints of Blackcurrant #160035
RGB
CMYK
RGB Variations
Color information
#160035 (or 0x160035) is known color: Blackcurrant. HEX triplet: 16, 00 and 35. RGB value is (22,0,53). Sum of RGB (Red+Green+Blue) = 22+0+53=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #160035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160035 is #E9FFCA. Grayscale: #0C0C0C. Windows color (decimal): -15335371 or 3473430. OLE color: 3473430.
HSL color Cylindrical-coordinate representation of color #160035: hue angle of 264.91º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160035 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 0 | 53 | - |
| CMYK | 0.58 | 1 | 0 | 0.79 |
| HSL | 264.91º | 1% | 0.1% | - |
| HSV(B) | 264.91º | 1% | 0.21% | - |
| XYZ | 0.97 | 0.43 | 3.4 | - |
| YUV | 12.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 53 | 0.58 | 1 | 0 | 0.79 | 264.91 | 1 | 0.1 |
| Hex | 16 | 0 | 35 | 3A | 64 | 0 | 4F | 109 | 64 | A |
| Octal | 26 | 0 | 65 | 72 | 144 | 0 | 117 | 411 | 144 | 12 |
| Binary | 10110 | 0 | 110101 | 111010 | 1100100 | 0 | 1001111 | 100001001 | 1100100 | 1010 |
Color Harmonies of #160035
Complementary color
Monochromatic Colors of #160035
Black with #160035
Text Example
Text Example
White with #160035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160035; }
p { color: rgb(22,0,53); }
H1.HeaderClassName
{
color: #160035;
}
.AnyTagClassName
{
color: #160035;
}
</style>
background-color css
<style>
a { background-color: #160035; }
a { background-color: rgb(22,0,53); }
div.DivClassName
{
background-color: #160035;
}
.BgClassName
{
background-color: #160035;
}
</style>
border-color css
<style>
span { border-color: #160035; }
span { border-color: rgb(22,0,53); }
td.TdClassName
{
border-color: #160035;
}
.TagClassName
{
border-color: #160035;
}
</style>