Shades of Blackcurrant #160134
Tints of Blackcurrant #160134
RGB
CMYK
RGB Variations
Color information
#160134 (or 0x160134) is known color: Blackcurrant. HEX triplet: 16, 01 and 34. RGB value is (22,1,52). Sum of RGB (Red+Green+Blue) = 22+1+52=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #160134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160134 is #E9FECB. Grayscale: #0C0C0C. Windows color (decimal): -15335116 or 3408150. OLE color: 3408150.
HSL color Cylindrical-coordinate representation of color #160134: hue angle of 264.71º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160134 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 1 | 52 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.80 |
| HSL | 264.71º | 0.96% | 0.1% | - |
| HSV(B) | 264.71º | 0.98% | 0.2% | - |
| XYZ | 0.96 | 0.44 | 3.28 | - |
| YUV | 13.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 52 | 0.58 | 0.98 | 0 | 0.80 | 264.71 | 0.96 | 0.1 |
| Hex | 16 | 1 | 34 | 3A | 62 | 0 | 50 | 109 | 60 | A |
| Octal | 26 | 1 | 64 | 72 | 142 | 0 | 120 | 411 | 140 | 12 |
| Binary | 10110 | 1 | 110100 | 111010 | 1100010 | 0 | 1010000 | 100001001 | 1100000 | 1010 |
Color Harmonies of #160134
Complementary color
Monochromatic Colors of #160134
Black with #160134
Text Example
Text Example
White with #160134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160134; }
p { color: rgb(22,1,52); }
H1.HeaderClassName
{
color: #160134;
}
.AnyTagClassName
{
color: #160134;
}
</style>
background-color css
<style>
a { background-color: #160134; }
a { background-color: rgb(22,1,52); }
div.DivClassName
{
background-color: #160134;
}
.BgClassName
{
background-color: #160134;
}
</style>
border-color css
<style>
span { border-color: #160134; }
span { border-color: rgb(22,1,52); }
td.TdClassName
{
border-color: #160134;
}
.TagClassName
{
border-color: #160134;
}
</style>