Shades of Blackcurrant #1A1221
Tints of Blackcurrant #1A1221
RGB
CMYK
RGB Variations
Color information
#1A1221 (or 0x1A1221) is known color: Blackcurrant. HEX triplet: 1A, 12 and 21. RGB value is (26,18,33). Sum of RGB (Red+Green+Blue) = 26+18+33=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #1A1221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1221 is #E5EDDE. Grayscale: #161616. Windows color (decimal): -15068639 or 2167322. OLE color: 2167322.
HSL color Cylindrical-coordinate representation of color #1A1221: hue angle of 272º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1A1221 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 18 | 33 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.87 |
| HSL | 272º | 0.29% | 0.1% | - |
| HSV(B) | 272º | 0.45% | 0.13% | - |
| XYZ | 0.92 | 0.76 | 1.54 | - |
| YUV | 22.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 33 | 0.21 | 0.45 | 0 | 0.87 | 272 | 0.29 | 0.1 |
| Hex | 1A | 12 | 21 | 15 | 2D | 0 | 57 | 110 | 1D | A |
| Octal | 32 | 22 | 41 | 25 | 55 | 0 | 127 | 420 | 35 | 12 |
| Binary | 11010 | 10010 | 100001 | 10101 | 101101 | 0 | 1010111 | 100010000 | 11101 | 1010 |
Color Harmonies of #1A1221
Complementary color
Monochromatic Colors of #1A1221
Black with #1A1221
Text Example
Text Example
White with #1A1221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1221; }
p { color: rgb(26,18,33); }
H1.HeaderClassName
{
color: #1A1221;
}
.AnyTagClassName
{
color: #1A1221;
}
</style>
background-color css
<style>
a { background-color: #1A1221; }
a { background-color: rgb(26,18,33); }
div.DivClassName
{
background-color: #1A1221;
}
.BgClassName
{
background-color: #1A1221;
}
</style>
border-color css
<style>
span { border-color: #1A1221; }
span { border-color: rgb(26,18,33); }
td.TdClassName
{
border-color: #1A1221;
}
.TagClassName
{
border-color: #1A1221;
}
</style>