Shades of Blackcurrant #1A0229
Tints of Blackcurrant #1A0229
RGB
CMYK
RGB Variations
Color information
#1A0229 (or 0x1A0229) is known color: Blackcurrant. HEX triplet: 1A, 02 and 29. RGB value is (26,2,41). Sum of RGB (Red+Green+Blue) = 26+2+41=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A0229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0229 is #E5FDD6. Grayscale: #0D0D0D. Windows color (decimal): -15072727 or 2687514. OLE color: 2687514.
HSL color Cylindrical-coordinate representation of color #1A0229: hue angle of 276.92º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0229 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 2 | 41 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.84 |
| HSL | 276.92º | 0.91% | 0.08% | - |
| HSV(B) | 276.92º | 0.95% | 0.16% | - |
| XYZ | 0.85 | 0.42 | 2.13 | - |
| YUV | 13.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 41 | 0.37 | 0.95 | 0 | 0.84 | 276.92 | 0.91 | 0.08 |
| Hex | 1A | 2 | 29 | 25 | 5F | 0 | 54 | 115 | 5B | 8 |
| Octal | 32 | 2 | 51 | 45 | 137 | 0 | 124 | 425 | 133 | 10 |
| Binary | 11010 | 10 | 101001 | 100101 | 1011111 | 0 | 1010100 | 100010101 | 1011011 | 1000 |
Color Harmonies of #1A0229
Complementary color
Monochromatic Colors of #1A0229
Black with #1A0229
Text Example
Text Example
White with #1A0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0229; }
p { color: rgb(26,2,41); }
H1.HeaderClassName
{
color: #1A0229;
}
.AnyTagClassName
{
color: #1A0229;
}
</style>
background-color css
<style>
a { background-color: #1A0229; }
a { background-color: rgb(26,2,41); }
div.DivClassName
{
background-color: #1A0229;
}
.BgClassName
{
background-color: #1A0229;
}
</style>
border-color css
<style>
span { border-color: #1A0229; }
span { border-color: rgb(26,2,41); }
td.TdClassName
{
border-color: #1A0229;
}
.TagClassName
{
border-color: #1A0229;
}
</style>