Shades of Blackcurrant #16001C
Tints of Blackcurrant #16001C
RGB
CMYK
RGB Variations
Color information
#16001C (or 0x16001C) is known color: Blackcurrant. HEX triplet: 16, 00 and 1C. RGB value is (22,0,28). Sum of RGB (Red+Green+Blue) = 22+0+28=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #16001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16001C is #E9FFE3. Grayscale: #090909. Windows color (decimal): -15335396 or 1835030. OLE color: 1835030.
HSL color Cylindrical-coordinate representation of color #16001C: hue angle of 287.14º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16001C is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 0 | 28 | - |
| CMYK | 0.21 | 1 | 0 | 0.89 |
| HSL | 287.14º | 1% | 0.05% | - |
| HSV(B) | 287.14º | 1% | 0.11% | - |
| XYZ | 0.54 | 0.25 | 1.12 | - |
| YUV | 9.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 28 | 0.21 | 1 | 0 | 0.89 | 287.14 | 1 | 0.05 |
| Hex | 16 | 0 | 1C | 15 | 64 | 0 | 59 | 11F | 64 | 5 |
| Octal | 26 | 0 | 34 | 25 | 144 | 0 | 131 | 437 | 144 | 5 |
| Binary | 10110 | 0 | 11100 | 10101 | 1100100 | 0 | 1011001 | 100011111 | 1100100 | 101 |
Color Harmonies of #16001C
Complementary color
Monochromatic Colors of #16001C
Black with #16001C
Text Example
Text Example
White with #16001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16001C; }
p { color: rgb(22,0,28); }
H1.HeaderClassName
{
color: #16001C;
}
.AnyTagClassName
{
color: #16001C;
}
</style>
background-color css
<style>
a { background-color: #16001C; }
a { background-color: rgb(22,0,28); }
div.DivClassName
{
background-color: #16001C;
}
.BgClassName
{
background-color: #16001C;
}
</style>
border-color css
<style>
span { border-color: #16001C; }
span { border-color: rgb(22,0,28); }
td.TdClassName
{
border-color: #16001C;
}
.TagClassName
{
border-color: #16001C;
}
</style>