Shades of Blackcurrant #1A0224
Tints of Blackcurrant #1A0224
RGB
CMYK
RGB Variations
Color information
#1A0224 (or 0x1A0224) is known color: Blackcurrant. HEX triplet: 1A, 02 and 24. RGB value is (26,2,36). Sum of RGB (Red+Green+Blue) = 26+2+36=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #1A0224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0224 is #E5FDDB. Grayscale: #0C0C0C. Windows color (decimal): -15072732 or 2359834. OLE color: 2359834.
HSL color Cylindrical-coordinate representation of color #1A0224: hue angle of 282.35º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0224 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 2 | 36 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.86 |
| HSL | 282.35º | 0.89% | 0.07% | - |
| HSV(B) | 282.35º | 0.94% | 0.14% | - |
| XYZ | 0.77 | 0.39 | 1.7 | - |
| YUV | 13.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 36 | 0.28 | 0.94 | 0 | 0.86 | 282.35 | 0.89 | 0.07 |
| Hex | 1A | 2 | 24 | 1C | 5E | 0 | 56 | 11A | 59 | 7 |
| Octal | 32 | 2 | 44 | 34 | 136 | 0 | 126 | 432 | 131 | 7 |
| Binary | 11010 | 10 | 100100 | 11100 | 1011110 | 0 | 1010110 | 100011010 | 1011001 | 111 |
Color Harmonies of #1A0224
Complementary color
Monochromatic Colors of #1A0224
Black with #1A0224
Text Example
Text Example
White with #1A0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0224; }
p { color: rgb(26,2,36); }
H1.HeaderClassName
{
color: #1A0224;
}
.AnyTagClassName
{
color: #1A0224;
}
</style>
background-color css
<style>
a { background-color: #1A0224; }
a { background-color: rgb(26,2,36); }
div.DivClassName
{
background-color: #1A0224;
}
.BgClassName
{
background-color: #1A0224;
}
</style>
border-color css
<style>
span { border-color: #1A0224; }
span { border-color: rgb(26,2,36); }
td.TdClassName
{
border-color: #1A0224;
}
.TagClassName
{
border-color: #1A0224;
}
</style>