Shades of Blackcurrant #16082E
Tints of Blackcurrant #16082E
RGB
CMYK
RGB Variations
Color information
#16082E (or 0x16082E) is known color: Blackcurrant. HEX triplet: 16, 08 and 2E. RGB value is (22,8,46). Sum of RGB (Red+Green+Blue) = 22+8+46=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #16082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16082E is #E9F7D1. Grayscale: #101010. Windows color (decimal): -15333330 or 3016726. OLE color: 3016726.
HSL color Cylindrical-coordinate representation of color #16082E: hue angle of 262.11º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16082E is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 8 | 46 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.82 |
| HSL | 262.11º | 0.7% | 0.11% | - |
| HSV(B) | 262.11º | 0.83% | 0.18% | - |
| XYZ | 0.91 | 0.54 | 2.64 | - |
| YUV | 16.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 46 | 0.52 | 0.83 | 0 | 0.82 | 262.11 | 0.7 | 0.11 |
| Hex | 16 | 8 | 2E | 34 | 53 | 0 | 52 | 106 | 46 | B |
| Octal | 26 | 10 | 56 | 64 | 123 | 0 | 122 | 406 | 106 | 13 |
| Binary | 10110 | 1000 | 101110 | 110100 | 1010011 | 0 | 1010010 | 100000110 | 1000110 | 1011 |
Color Harmonies of #16082E
Complementary color
Monochromatic Colors of #16082E
Black with #16082E
Text Example
Text Example
White with #16082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16082E; }
p { color: rgb(22,8,46); }
H1.HeaderClassName
{
color: #16082E;
}
.AnyTagClassName
{
color: #16082E;
}
</style>
background-color css
<style>
a { background-color: #16082E; }
a { background-color: rgb(22,8,46); }
div.DivClassName
{
background-color: #16082E;
}
.BgClassName
{
background-color: #16082E;
}
</style>
border-color css
<style>
span { border-color: #16082E; }
span { border-color: rgb(22,8,46); }
td.TdClassName
{
border-color: #16082E;
}
.TagClassName
{
border-color: #16082E;
}
</style>