Shades of Blackcurrant #1A1020
Tints of Blackcurrant #1A1020
RGB
CMYK
RGB Variations
Color information
#1A1020 (or 0x1A1020) is known color: Blackcurrant. HEX triplet: 1A, 10 and 20. RGB value is (26,16,32). Sum of RGB (Red+Green+Blue) = 26+16+32=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #1A1020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1020 is #E5EFDF. Grayscale: #141414. Windows color (decimal): -15069152 or 2101274. OLE color: 2101274.
HSL color Cylindrical-coordinate representation of color #1A1020: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A1020 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 16 | 32 | - |
| CMYK | 0.19 | 0.5 | 0 | 0.87 |
| HSL | 277.5º | 0.33% | 0.09% | - |
| HSV(B) | 277.5º | 0.5% | 0.13% | - |
| XYZ | 0.87 | 0.69 | 1.45 | - |
| YUV | 20.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 32 | 0.19 | 0.5 | 0 | 0.87 | 277.5 | 0.33 | 0.09 |
| Hex | 1A | 10 | 20 | 13 | 32 | 0 | 57 | 116 | 21 | 9 |
| Octal | 32 | 20 | 40 | 23 | 62 | 0 | 127 | 426 | 41 | 11 |
| Binary | 11010 | 10000 | 100000 | 10011 | 110010 | 0 | 1010111 | 100010110 | 100001 | 1001 |
Color Harmonies of #1A1020
Complementary color
Monochromatic Colors of #1A1020
Black with #1A1020
Text Example
Text Example
White with #1A1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1020; }
p { color: rgb(26,16,32); }
H1.HeaderClassName
{
color: #1A1020;
}
.AnyTagClassName
{
color: #1A1020;
}
</style>
background-color css
<style>
a { background-color: #1A1020; }
a { background-color: rgb(26,16,32); }
div.DivClassName
{
background-color: #1A1020;
}
.BgClassName
{
background-color: #1A1020;
}
</style>
border-color css
<style>
span { border-color: #1A1020; }
span { border-color: rgb(26,16,32); }
td.TdClassName
{
border-color: #1A1020;
}
.TagClassName
{
border-color: #1A1020;
}
</style>