Shades of Blackcurrant #1A161C
Tints of Blackcurrant #1A161C
RGB
CMYK
RGB Variations
Color information
#1A161C (or 0x1A161C) is known color: Blackcurrant. HEX triplet: 1A, 16 and 1C. RGB value is (26,22,28). Sum of RGB (Red+Green+Blue) = 26+22+28=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A161C is #E5E9E3. Grayscale: #171717. Windows color (decimal): -15067620 or 1840666. OLE color: 1840666.
HSL color Cylindrical-coordinate representation of color #1A161C: hue angle of 280º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1A161C is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 22 | 28 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.89 |
| HSL | 280º | 0.12% | 0.1% | - |
| HSV(B) | 280º | 0.21% | 0.11% | - |
| XYZ | 0.92 | 0.88 | 1.22 | - |
| YUV | 23.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 28 | 0.07 | 0.21 | 0 | 0.89 | 280 | 0.12 | 0.1 |
| Hex | 1A | 16 | 1C | 7 | 15 | 0 | 59 | 118 | C | A |
| Octal | 32 | 26 | 34 | 7 | 25 | 0 | 131 | 430 | 14 | 12 |
| Binary | 11010 | 10110 | 11100 | 111 | 10101 | 0 | 1011001 | 100011000 | 1100 | 1010 |
Color Harmonies of #1A161C
Complementary color
Monochromatic Colors of #1A161C
Black with #1A161C
Text Example
Text Example
White with #1A161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A161C; }
p { color: rgb(26,22,28); }
H1.HeaderClassName
{
color: #1A161C;
}
.AnyTagClassName
{
color: #1A161C;
}
</style>
background-color css
<style>
a { background-color: #1A161C; }
a { background-color: rgb(26,22,28); }
div.DivClassName
{
background-color: #1A161C;
}
.BgClassName
{
background-color: #1A161C;
}
</style>
border-color css
<style>
span { border-color: #1A161C; }
span { border-color: rgb(26,22,28); }
td.TdClassName
{
border-color: #1A161C;
}
.TagClassName
{
border-color: #1A161C;
}
</style>