Shades of Blackcurrant #16022F
Tints of Blackcurrant #16022F
RGB
CMYK
RGB Variations
Color information
#16022F (or 0x16022F) is known color: Blackcurrant. HEX triplet: 16, 02 and 2F. RGB value is (22,2,47). Sum of RGB (Red+Green+Blue) = 22+2+47=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #16022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16022F is #E9FDD0. Grayscale: #0C0C0C. Windows color (decimal): -15334865 or 3080726. OLE color: 3080726.
HSL color Cylindrical-coordinate representation of color #16022F: hue angle of 266.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16022F is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 2 | 47 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.82 |
| HSL | 266.67º | 0.92% | 0.1% | - |
| HSV(B) | 266.67º | 0.96% | 0.18% | - |
| XYZ | 0.87 | 0.42 | 2.72 | - |
| YUV | 13.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 47 | 0.53 | 0.96 | 0 | 0.82 | 266.67 | 0.92 | 0.1 |
| Hex | 16 | 2 | 2F | 35 | 60 | 0 | 52 | 10B | 5C | A |
| Octal | 26 | 2 | 57 | 65 | 140 | 0 | 122 | 413 | 134 | 12 |
| Binary | 10110 | 10 | 101111 | 110101 | 1100000 | 0 | 1010010 | 100001011 | 1011100 | 1010 |
Color Harmonies of #16022F
Complementary color
Monochromatic Colors of #16022F
Black with #16022F
Text Example
Text Example
White with #16022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16022F; }
p { color: rgb(22,2,47); }
H1.HeaderClassName
{
color: #16022F;
}
.AnyTagClassName
{
color: #16022F;
}
</style>
background-color css
<style>
a { background-color: #16022F; }
a { background-color: rgb(22,2,47); }
div.DivClassName
{
background-color: #16022F;
}
.BgClassName
{
background-color: #16022F;
}
</style>
border-color css
<style>
span { border-color: #16022F; }
span { border-color: rgb(22,2,47); }
td.TdClassName
{
border-color: #16022F;
}
.TagClassName
{
border-color: #16022F;
}
</style>