Shades of Blackcurrant #1A161B
Tints of Blackcurrant #1A161B
RGB
CMYK
RGB Variations
Color information
#1A161B (or 0x1A161B) is known color: Blackcurrant. HEX triplet: 1A, 16 and 1B. RGB value is (26,22,27). Sum of RGB (Red+Green+Blue) = 26+22+27=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A161B is #E5E9E4. Grayscale: #171717. Windows color (decimal): -15067621 or 1775130. OLE color: 1775130.
HSL color Cylindrical-coordinate representation of color #1A161B: hue angle of 288º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A161B is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 26 | 22 | 27 | - |
CMYK | 0.04 | 0.19 | 0 | 0.89 |
HSL | 288º | 0.1% | 0.1% | - |
HSV(B) | 288º | 0.19% | 0.11% | - |
XYZ | 0.91 | 0.87 | 1.16 | - |
YUV | 23.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 22 | 27 | 0.04 | 0.19 | 0 | 0.89 | 288 | 0.1 | 0.1 |
Hex | 1A | 16 | 1B | 4 | 13 | 0 | 59 | 120 | A | A |
Octal | 32 | 26 | 33 | 4 | 23 | 0 | 131 | 440 | 12 | 12 |
Binary | 11010 | 10110 | 11011 | 100 | 10011 | 0 | 1011001 | 100100000 | 1010 | 1010 |
Color Harmonies of #1A161B
Complementary color
Monochromatic Colors of #1A161B
Black with #1A161B
Text Example
Text Example
White with #1A161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A161B; }
p { color: rgb(26,22,27); }
H1.HeaderClassName
{
color: #1A161B;
}
.AnyTagClassName
{
color: #1A161B;
}
</style>
background-color css
<style>
a { background-color: #1A161B; }
a { background-color: rgb(26,22,27); }
div.DivClassName
{
background-color: #1A161B;
}
.BgClassName
{
background-color: #1A161B;
}
</style>
border-color css
<style>
span { border-color: #1A161B; }
span { border-color: rgb(26,22,27); }
td.TdClassName
{
border-color: #1A161B;
}
.TagClassName
{
border-color: #1A161B;
}
</style>