Shades of Blackcurrant #16061A
Tints of Blackcurrant #16061A
RGB
CMYK
RGB Variations
Color information
#16061A (or 0x16061A) is known color: Blackcurrant. HEX triplet: 16, 06 and 1A. RGB value is (22,6,26). Sum of RGB (Red+Green+Blue) = 22+6+26=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #16061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16061A is #E9F9E5. Grayscale: #0D0D0D. Windows color (decimal): -15333862 or 1705494. OLE color: 1705494.
HSL color Cylindrical-coordinate representation of color #16061A: hue angle of 288º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16061A is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 6 | 26 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.90 |
| HSL | 288º | 0.63% | 0.06% | - |
| HSV(B) | 288º | 0.77% | 0.1% | - |
| XYZ | 0.58 | 0.38 | 1.02 | - |
| YUV | 13.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 26 | 0.15 | 0.77 | 0 | 0.90 | 288 | 0.63 | 0.06 |
| Hex | 16 | 6 | 1A | F | 4D | 0 | 5A | 120 | 3E | 6 |
| Octal | 26 | 6 | 32 | 17 | 115 | 0 | 132 | 440 | 76 | 6 |
| Binary | 10110 | 110 | 11010 | 1111 | 1001101 | 0 | 1011010 | 100100000 | 111110 | 110 |
Color Harmonies of #16061A
Complementary color
Monochromatic Colors of #16061A
Black with #16061A
Text Example
Text Example
White with #16061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16061A; }
p { color: rgb(22,6,26); }
H1.HeaderClassName
{
color: #16061A;
}
.AnyTagClassName
{
color: #16061A;
}
</style>
background-color css
<style>
a { background-color: #16061A; }
a { background-color: rgb(22,6,26); }
div.DivClassName
{
background-color: #16061A;
}
.BgClassName
{
background-color: #16061A;
}
</style>
border-color css
<style>
span { border-color: #16061A; }
span { border-color: rgb(22,6,26); }
td.TdClassName
{
border-color: #16061A;
}
.TagClassName
{
border-color: #16061A;
}
</style>