Shades of Blackcurrant #16081C
Tints of Blackcurrant #16081C
RGB
CMYK
RGB Variations
Color information
#16081C (or 0x16081C) is known color: Blackcurrant. HEX triplet: 16, 08 and 1C. RGB value is (22,8,28). Sum of RGB (Red+Green+Blue) = 22+8+28=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #16081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16081C is #E9F7E3. Grayscale: #0E0E0E. Windows color (decimal): -15333348 or 1837078. OLE color: 1837078.
HSL color Cylindrical-coordinate representation of color #16081C: hue angle of 282º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16081C is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 8 | 28 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.89 |
| HSL | 282º | 0.56% | 0.07% | - |
| HSV(B) | 282º | 0.71% | 0.11% | - |
| XYZ | 0.63 | 0.43 | 1.15 | - |
| YUV | 14.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 28 | 0.21 | 0.71 | 0 | 0.89 | 282 | 0.56 | 0.07 |
| Hex | 16 | 8 | 1C | 15 | 47 | 0 | 59 | 11A | 38 | 7 |
| Octal | 26 | 10 | 34 | 25 | 107 | 0 | 131 | 432 | 70 | 7 |
| Binary | 10110 | 1000 | 11100 | 10101 | 1000111 | 0 | 1011001 | 100011010 | 111000 | 111 |
Color Harmonies of #16081C
Complementary color
Monochromatic Colors of #16081C
Black with #16081C
Text Example
Text Example
White with #16081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16081C; }
p { color: rgb(22,8,28); }
H1.HeaderClassName
{
color: #16081C;
}
.AnyTagClassName
{
color: #16081C;
}
</style>
background-color css
<style>
a { background-color: #16081C; }
a { background-color: rgb(22,8,28); }
div.DivClassName
{
background-color: #16081C;
}
.BgClassName
{
background-color: #16081C;
}
</style>
border-color css
<style>
span { border-color: #16081C; }
span { border-color: rgb(22,8,28); }
td.TdClassName
{
border-color: #16081C;
}
.TagClassName
{
border-color: #16081C;
}
</style>