Shades of Blackcurrant #16013A
Tints of Blackcurrant #16013A
RGB
CMYK
RGB Variations
Color information
#16013A (or 0x16013A) is known color: Blackcurrant. HEX triplet: 16, 01 and 3A. RGB value is (22,1,58). Sum of RGB (Red+Green+Blue) = 22+1+58=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 58 (23.05% from 255 or 71.60% from 81); Max value from RGB is 58 - color contains mainly: blue. Hex color #16013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16013A is #E9FEC5. Grayscale: #0D0D0D. Windows color (decimal): -15335110 or 3801366. OLE color: 3801366.
HSL color Cylindrical-coordinate representation of color #16013A: hue angle of 262.11º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16013A is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 1 | 58 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.77 |
| HSL | 262.11º | 0.97% | 0.12% | - |
| HSV(B) | 262.11º | 0.98% | 0.23% | - |
| XYZ | 1.11 | 0.5 | 4.04 | - |
| YUV | 13.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 58 | 0.62 | 0.98 | 0 | 0.77 | 262.11 | 0.97 | 0.12 |
| Hex | 16 | 1 | 3A | 3E | 62 | 0 | 4D | 106 | 61 | C |
| Octal | 26 | 1 | 72 | 76 | 142 | 0 | 115 | 406 | 141 | 14 |
| Binary | 10110 | 1 | 111010 | 111110 | 1100010 | 0 | 1001101 | 100000110 | 1100001 | 1100 |
Color Harmonies of #16013A
Complementary color
Monochromatic Colors of #16013A
Black with #16013A
Text Example
Text Example
White with #16013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16013A; }
p { color: rgb(22,1,58); }
H1.HeaderClassName
{
color: #16013A;
}
.AnyTagClassName
{
color: #16013A;
}
</style>
background-color css
<style>
a { background-color: #16013A; }
a { background-color: rgb(22,1,58); }
div.DivClassName
{
background-color: #16013A;
}
.BgClassName
{
background-color: #16013A;
}
</style>
border-color css
<style>
span { border-color: #16013A; }
span { border-color: rgb(22,1,58); }
td.TdClassName
{
border-color: #16013A;
}
.TagClassName
{
border-color: #16013A;
}
</style>