Shades of Blackcurrant #1A171D
Tints of Blackcurrant #1A171D
RGB
CMYK
RGB Variations
Color information
#1A171D (or 0x1A171D) is known color: Blackcurrant. HEX triplet: 1A, 17 and 1D. RGB value is (26,23,29). Sum of RGB (Red+Green+Blue) = 26+23+29=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A171D is #E5E8E2. Grayscale: #181818. Windows color (decimal): -15067363 or 1906458. OLE color: 1906458.
HSL color Cylindrical-coordinate representation of color #1A171D: hue angle of 270º 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 #1A171D is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 23 | 29 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.89 |
| HSL | 270º | 0.12% | 0.1% | - |
| HSV(B) | 270º | 0.21% | 0.11% | - |
| XYZ | 0.95 | 0.92 | 1.29 | - |
| YUV | 24.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 29 | 0.10 | 0.21 | 0 | 0.89 | 270 | 0.12 | 0.1 |
| Hex | 1A | 17 | 1D | A | 15 | 0 | 59 | 10E | C | A |
| Octal | 32 | 27 | 35 | 12 | 25 | 0 | 131 | 416 | 14 | 12 |
| Binary | 11010 | 10111 | 11101 | 1010 | 10101 | 0 | 1011001 | 100001110 | 1100 | 1010 |
Color Harmonies of #1A171D
Complementary color
Monochromatic Colors of #1A171D
Black with #1A171D
Text Example
Text Example
White with #1A171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A171D; }
p { color: rgb(26,23,29); }
H1.HeaderClassName
{
color: #1A171D;
}
.AnyTagClassName
{
color: #1A171D;
}
</style>
background-color css
<style>
a { background-color: #1A171D; }
a { background-color: rgb(26,23,29); }
div.DivClassName
{
background-color: #1A171D;
}
.BgClassName
{
background-color: #1A171D;
}
</style>
border-color css
<style>
span { border-color: #1A171D; }
span { border-color: rgb(26,23,29); }
td.TdClassName
{
border-color: #1A171D;
}
.TagClassName
{
border-color: #1A171D;
}
</style>