Shades of Blackcurrant #1A0226
Tints of Blackcurrant #1A0226
RGB
CMYK
RGB Variations
Color information
#1A0226 (or 0x1A0226) is known color: Blackcurrant. HEX triplet: 1A, 02 and 26. RGB value is (26,2,38). Sum of RGB (Red+Green+Blue) = 26+2+38=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #1A0226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0226 is #E5FDD9. Grayscale: #0D0D0D. Windows color (decimal): -15072730 or 2490906. OLE color: 2490906.
HSL color Cylindrical-coordinate representation of color #1A0226: hue angle of 280º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0226 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 2 | 38 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.85 |
| HSL | 280º | 0.9% | 0.08% | - |
| HSV(B) | 280º | 0.95% | 0.15% | - |
| XYZ | 0.8 | 0.4 | 1.87 | - |
| YUV | 13.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 38 | 0.32 | 0.95 | 0 | 0.85 | 280 | 0.9 | 0.08 |
| Hex | 1A | 2 | 26 | 20 | 5F | 0 | 55 | 118 | 5A | 8 |
| Octal | 32 | 2 | 46 | 40 | 137 | 0 | 125 | 430 | 132 | 10 |
| Binary | 11010 | 10 | 100110 | 100000 | 1011111 | 0 | 1010101 | 100011000 | 1011010 | 1000 |
Color Harmonies of #1A0226
Complementary color
Monochromatic Colors of #1A0226
Black with #1A0226
Text Example
Text Example
White with #1A0226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0226; }
p { color: rgb(26,2,38); }
H1.HeaderClassName
{
color: #1A0226;
}
.AnyTagClassName
{
color: #1A0226;
}
</style>
background-color css
<style>
a { background-color: #1A0226; }
a { background-color: rgb(26,2,38); }
div.DivClassName
{
background-color: #1A0226;
}
.BgClassName
{
background-color: #1A0226;
}
</style>
border-color css
<style>
span { border-color: #1A0226; }
span { border-color: rgb(26,2,38); }
td.TdClassName
{
border-color: #1A0226;
}
.TagClassName
{
border-color: #1A0226;
}
</style>