Shades of Blackcurrant #16082F
Tints of Blackcurrant #16082F
RGB
CMYK
RGB Variations
Color information
#16082F (or 0x16082F) is known color: Blackcurrant. HEX triplet: 16, 08 and 2F. RGB value is (22,8,47). Sum of RGB (Red+Green+Blue) = 22+8+47=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #16082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16082F is #E9F7D0. Grayscale: #101010. Windows color (decimal): -15333329 or 3082262. OLE color: 3082262.
HSL color Cylindrical-coordinate representation of color #16082F: hue angle of 261.54º degrees, saturation: 0.71, 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 #16082F is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 8 | 47 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.82 |
| HSL | 261.54º | 0.71% | 0.11% | - |
| HSV(B) | 261.54º | 0.83% | 0.18% | - |
| XYZ | 0.93 | 0.55 | 2.75 | - |
| YUV | 16.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 47 | 0.53 | 0.83 | 0 | 0.82 | 261.54 | 0.71 | 0.11 |
| Hex | 16 | 8 | 2F | 35 | 53 | 0 | 52 | 106 | 47 | B |
| Octal | 26 | 10 | 57 | 65 | 123 | 0 | 122 | 406 | 107 | 13 |
| Binary | 10110 | 1000 | 101111 | 110101 | 1010011 | 0 | 1010010 | 100000110 | 1000111 | 1011 |
Color Harmonies of #16082F
Complementary color
Monochromatic Colors of #16082F
Black with #16082F
Text Example
Text Example
White with #16082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16082F; }
p { color: rgb(22,8,47); }
H1.HeaderClassName
{
color: #16082F;
}
.AnyTagClassName
{
color: #16082F;
}
</style>
background-color css
<style>
a { background-color: #16082F; }
a { background-color: rgb(22,8,47); }
div.DivClassName
{
background-color: #16082F;
}
.BgClassName
{
background-color: #16082F;
}
</style>
border-color css
<style>
span { border-color: #16082F; }
span { border-color: rgb(22,8,47); }
td.TdClassName
{
border-color: #16082F;
}
.TagClassName
{
border-color: #16082F;
}
</style>