Shades of Blackcurrant #16061F
Tints of Blackcurrant #16061F
RGB
CMYK
RGB Variations
Color information
#16061F (or 0x16061F) is known color: Blackcurrant. HEX triplet: 16, 06 and 1F. RGB value is (22,6,31). Sum of RGB (Red+Green+Blue) = 22+6+31=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #16061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16061F is #E9F9E0. Grayscale: #0D0D0D. Windows color (decimal): -15333857 or 2033174. OLE color: 2033174.
HSL color Cylindrical-coordinate representation of color #16061F: hue angle of 278.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16061F is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 6 | 31 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.88 |
| HSL | 278.4º | 0.68% | 0.07% | - |
| HSV(B) | 278.4º | 0.81% | 0.12% | - |
| XYZ | 0.64 | 0.4 | 1.34 | - |
| YUV | 13.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 31 | 0.29 | 0.81 | 0 | 0.88 | 278.4 | 0.68 | 0.07 |
| Hex | 16 | 6 | 1F | 1D | 51 | 0 | 58 | 116 | 44 | 7 |
| Octal | 26 | 6 | 37 | 35 | 121 | 0 | 130 | 426 | 104 | 7 |
| Binary | 10110 | 110 | 11111 | 11101 | 1010001 | 0 | 1011000 | 100010110 | 1000100 | 111 |
Color Harmonies of #16061F
Complementary color
Monochromatic Colors of #16061F
Black with #16061F
Text Example
Text Example
White with #16061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16061F; }
p { color: rgb(22,6,31); }
H1.HeaderClassName
{
color: #16061F;
}
.AnyTagClassName
{
color: #16061F;
}
</style>
background-color css
<style>
a { background-color: #16061F; }
a { background-color: rgb(22,6,31); }
div.DivClassName
{
background-color: #16061F;
}
.BgClassName
{
background-color: #16061F;
}
</style>
border-color css
<style>
span { border-color: #16061F; }
span { border-color: rgb(22,6,31); }
td.TdClassName
{
border-color: #16061F;
}
.TagClassName
{
border-color: #16061F;
}
</style>