Shades of Blackcurrant #1A161F
Tints of Blackcurrant #1A161F
RGB
CMYK
RGB Variations
Color information
#1A161F (or 0x1A161F) is known color: Blackcurrant. HEX triplet: 1A, 16 and 1F. RGB value is (26,22,31). Sum of RGB (Red+Green+Blue) = 26+22+31=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A161F is #E5E9E0. Grayscale: #181818. Windows color (decimal): -15067617 or 2037274. OLE color: 2037274.
HSL color Cylindrical-coordinate representation of color #1A161F: hue angle of 266.67º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1A161F is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 22 | 31 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.88 |
| HSL | 266.67º | 0.17% | 0.1% | - |
| HSV(B) | 266.67º | 0.29% | 0.12% | - |
| XYZ | 0.96 | 0.89 | 1.42 | - |
| YUV | 24.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 31 | 0.16 | 0.29 | 0 | 0.88 | 266.67 | 0.17 | 0.1 |
| Hex | 1A | 16 | 1F | 10 | 1D | 0 | 58 | 10B | 11 | A |
| Octal | 32 | 26 | 37 | 20 | 35 | 0 | 130 | 413 | 21 | 12 |
| Binary | 11010 | 10110 | 11111 | 10000 | 11101 | 0 | 1011000 | 100001011 | 10001 | 1010 |
Color Harmonies of #1A161F
Complementary color
Monochromatic Colors of #1A161F
Black with #1A161F
Text Example
Text Example
White with #1A161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A161F; }
p { color: rgb(26,22,31); }
H1.HeaderClassName
{
color: #1A161F;
}
.AnyTagClassName
{
color: #1A161F;
}
</style>
background-color css
<style>
a { background-color: #1A161F; }
a { background-color: rgb(26,22,31); }
div.DivClassName
{
background-color: #1A161F;
}
.BgClassName
{
background-color: #1A161F;
}
</style>
border-color css
<style>
span { border-color: #1A161F; }
span { border-color: rgb(26,22,31); }
td.TdClassName
{
border-color: #1A161F;
}
.TagClassName
{
border-color: #1A161F;
}
</style>