Shades of Blackcurrant #1A0022
Tints of Blackcurrant #1A0022
RGB
CMYK
RGB Variations
Color information
#1A0022 (or 0x1A0022) is known color: Blackcurrant. HEX triplet: 1A, 00 and 22. RGB value is (26,0,34). Sum of RGB (Red+Green+Blue) = 26+0+34=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 34 (13.67% from 255 or 56.67% from 60); Max value from RGB is 34 - color contains mainly: blue. Hex color #1A0022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0022 is #E5FFDD. Grayscale: #0B0B0B. Windows color (decimal): -15073246 or 2228250. OLE color: 2228250.
HSL color Cylindrical-coordinate representation of color #1A0022: hue angle of 285.88º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0022 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 0 | 34 | - |
| CMYK | 0.24 | 1 | 0 | 0.87 |
| HSL | 285.88º | 1% | 0.07% | - |
| HSV(B) | 285.88º | 1% | 0.13% | - |
| XYZ | 0.71 | 0.34 | 1.54 | - |
| YUV | 11.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 34 | 0.24 | 1 | 0 | 0.87 | 285.88 | 1 | 0.07 |
| Hex | 1A | 0 | 22 | 18 | 64 | 0 | 57 | 11E | 64 | 7 |
| Octal | 32 | 0 | 42 | 30 | 144 | 0 | 127 | 436 | 144 | 7 |
| Binary | 11010 | 0 | 100010 | 11000 | 1100100 | 0 | 1010111 | 100011110 | 1100100 | 111 |
Color Harmonies of #1A0022
Complementary color
Monochromatic Colors of #1A0022
Black with #1A0022
Text Example
Text Example
White with #1A0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0022; }
p { color: rgb(26,0,34); }
H1.HeaderClassName
{
color: #1A0022;
}
.AnyTagClassName
{
color: #1A0022;
}
</style>
background-color css
<style>
a { background-color: #1A0022; }
a { background-color: rgb(26,0,34); }
div.DivClassName
{
background-color: #1A0022;
}
.BgClassName
{
background-color: #1A0022;
}
</style>
border-color css
<style>
span { border-color: #1A0022; }
span { border-color: rgb(26,0,34); }
td.TdClassName
{
border-color: #1A0022;
}
.TagClassName
{
border-color: #1A0022;
}
</style>