Shades of Blackcurrant #1A1321
Tints of Blackcurrant #1A1321
RGB
CMYK
RGB Variations
Color information
#1A1321 (or 0x1A1321) is known color: Blackcurrant. HEX triplet: 1A, 13 and 21. RGB value is (26,19,33). Sum of RGB (Red+Green+Blue) = 26+19+33=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 33 - color contains mainly: blue. Hex color #1A1321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1321 is #E5ECDE. Grayscale: #161616. Windows color (decimal): -15068383 or 2167578. OLE color: 2167578.
HSL color Cylindrical-coordinate representation of color #1A1321: hue angle of 270º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1A1321 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 19 | 33 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.87 |
| HSL | 270º | 0.27% | 0.1% | - |
| HSV(B) | 270º | 0.42% | 0.13% | - |
| XYZ | 0.93 | 0.8 | 1.54 | - |
| YUV | 22.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 33 | 0.21 | 0.42 | 0 | 0.87 | 270 | 0.27 | 0.1 |
| Hex | 1A | 13 | 21 | 15 | 2A | 0 | 57 | 10E | 1B | A |
| Octal | 32 | 23 | 41 | 25 | 52 | 0 | 127 | 416 | 33 | 12 |
| Binary | 11010 | 10011 | 100001 | 10101 | 101010 | 0 | 1010111 | 100001110 | 11011 | 1010 |
Color Harmonies of #1A1321
Complementary color
Monochromatic Colors of #1A1321
Black with #1A1321
Text Example
Text Example
White with #1A1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1321; }
p { color: rgb(26,19,33); }
H1.HeaderClassName
{
color: #1A1321;
}
.AnyTagClassName
{
color: #1A1321;
}
</style>
background-color css
<style>
a { background-color: #1A1321; }
a { background-color: rgb(26,19,33); }
div.DivClassName
{
background-color: #1A1321;
}
.BgClassName
{
background-color: #1A1321;
}
</style>
border-color css
<style>
span { border-color: #1A1321; }
span { border-color: rgb(26,19,33); }
td.TdClassName
{
border-color: #1A1321;
}
.TagClassName
{
border-color: #1A1321;
}
</style>