Shades of Blackcurrant #1A1420
Tints of Blackcurrant #1A1420
RGB
CMYK
RGB Variations
Color information
#1A1420 (or 0x1A1420) is known color: Blackcurrant. HEX triplet: 1A, 14 and 20. RGB value is (26,20,32). Sum of RGB (Red+Green+Blue) = 26+20+32=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 32 - color contains mainly: blue. Hex color #1A1420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1420 is #E5EBDF. Grayscale: #171717. Windows color (decimal): -15068128 or 2102298. OLE color: 2102298.
HSL color Cylindrical-coordinate representation of color #1A1420: hue angle of 270º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1420 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 20 | 32 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.87 |
| HSL | 270º | 0.23% | 0.1% | - |
| HSV(B) | 270º | 0.38% | 0.13% | - |
| XYZ | 0.94 | 0.82 | 1.48 | - |
| YUV | 23.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 32 | 0.19 | 0.37 | 0 | 0.87 | 270 | 0.23 | 0.1 |
| Hex | 1A | 14 | 20 | 13 | 25 | 0 | 57 | 10E | 17 | A |
| Octal | 32 | 24 | 40 | 23 | 45 | 0 | 127 | 416 | 27 | 12 |
| Binary | 11010 | 10100 | 100000 | 10011 | 100101 | 0 | 1010111 | 100001110 | 10111 | 1010 |
Color Harmonies of #1A1420
Complementary color
Monochromatic Colors of #1A1420
Black with #1A1420
Text Example
Text Example
White with #1A1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1420; }
p { color: rgb(26,20,32); }
H1.HeaderClassName
{
color: #1A1420;
}
.AnyTagClassName
{
color: #1A1420;
}
</style>
background-color css
<style>
a { background-color: #1A1420; }
a { background-color: rgb(26,20,32); }
div.DivClassName
{
background-color: #1A1420;
}
.BgClassName
{
background-color: #1A1420;
}
</style>
border-color css
<style>
span { border-color: #1A1420; }
span { border-color: rgb(26,20,32); }
td.TdClassName
{
border-color: #1A1420;
}
.TagClassName
{
border-color: #1A1420;
}
</style>