Shades of Blackcurrant #16052F
Tints of Blackcurrant #16052F
RGB
CMYK
RGB Variations
Color information
#16052F (or 0x16052F) is known color: Blackcurrant. HEX triplet: 16, 05 and 2F. RGB value is (22,5,47). Sum of RGB (Red+Green+Blue) = 22+5+47=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #16052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16052F is #E9FAD0. Grayscale: #0E0E0E. Windows color (decimal): -15334097 or 3081494. OLE color: 3081494.
HSL color Cylindrical-coordinate representation of color #16052F: hue angle of 264.29º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16052F is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 5 | 47 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.82 |
| HSL | 264.29º | 0.81% | 0.1% | - |
| HSV(B) | 264.29º | 0.89% | 0.18% | - |
| XYZ | 0.9 | 0.48 | 2.74 | - |
| YUV | 14.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 47 | 0.53 | 0.89 | 0 | 0.82 | 264.29 | 0.81 | 0.1 |
| Hex | 16 | 5 | 2F | 35 | 59 | 0 | 52 | 108 | 51 | A |
| Octal | 26 | 5 | 57 | 65 | 131 | 0 | 122 | 410 | 121 | 12 |
| Binary | 10110 | 101 | 101111 | 110101 | 1011001 | 0 | 1010010 | 100001000 | 1010001 | 1010 |
Color Harmonies of #16052F
Complementary color
Monochromatic Colors of #16052F
Black with #16052F
Text Example
Text Example
White with #16052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16052F; }
p { color: rgb(22,5,47); }
H1.HeaderClassName
{
color: #16052F;
}
.AnyTagClassName
{
color: #16052F;
}
</style>
background-color css
<style>
a { background-color: #16052F; }
a { background-color: rgb(22,5,47); }
div.DivClassName
{
background-color: #16052F;
}
.BgClassName
{
background-color: #16052F;
}
</style>
border-color css
<style>
span { border-color: #16052F; }
span { border-color: rgb(22,5,47); }
td.TdClassName
{
border-color: #16052F;
}
.TagClassName
{
border-color: #16052F;
}
</style>