Shades of Blackcurrant #160135
Tints of Blackcurrant #160135
RGB
CMYK
RGB Variations
Color information
#160135 (or 0x160135) is known color: Blackcurrant. HEX triplet: 16, 01 and 35. RGB value is (22,1,53). Sum of RGB (Red+Green+Blue) = 22+1+53=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #160135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160135 is #E9FECA. Grayscale: #0D0D0D. Windows color (decimal): -15335115 or 3473686. OLE color: 3473686.
HSL color Cylindrical-coordinate representation of color #160135: hue angle of 264.23º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160135 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 1 | 53 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.79 |
| HSL | 264.23º | 0.96% | 0.11% | - |
| HSV(B) | 264.23º | 0.98% | 0.21% | - |
| XYZ | 0.98 | 0.45 | 3.4 | - |
| YUV | 13.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 53 | 0.58 | 0.98 | 0 | 0.79 | 264.23 | 0.96 | 0.11 |
| Hex | 16 | 1 | 35 | 3A | 62 | 0 | 4F | 108 | 60 | B |
| Octal | 26 | 1 | 65 | 72 | 142 | 0 | 117 | 410 | 140 | 13 |
| Binary | 10110 | 1 | 110101 | 111010 | 1100010 | 0 | 1001111 | 100001000 | 1100000 | 1011 |
Color Harmonies of #160135
Complementary color
Monochromatic Colors of #160135
Black with #160135
Text Example
Text Example
White with #160135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160135; }
p { color: rgb(22,1,53); }
H1.HeaderClassName
{
color: #160135;
}
.AnyTagClassName
{
color: #160135;
}
</style>
background-color css
<style>
a { background-color: #160135; }
a { background-color: rgb(22,1,53); }
div.DivClassName
{
background-color: #160135;
}
.BgClassName
{
background-color: #160135;
}
</style>
border-color css
<style>
span { border-color: #160135; }
span { border-color: rgb(22,1,53); }
td.TdClassName
{
border-color: #160135;
}
.TagClassName
{
border-color: #160135;
}
</style>