Shades of Blackcurrant #1A0C29
Tints of Blackcurrant #1A0C29
RGB
CMYK
RGB Variations
Color information
#1A0C29 (or 0x1A0C29) is known color: Blackcurrant. HEX triplet: 1A, 0C and 29. RGB value is (26,12,41). Sum of RGB (Red+Green+Blue) = 26+12+41=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A0C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0C29 is #E5F3D6. Grayscale: #131313. Windows color (decimal): -15070167 or 2690074. OLE color: 2690074.
HSL color Cylindrical-coordinate representation of color #1A0C29: hue angle of 268.97º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A0C29 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 12 | 41 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.84 |
| HSL | 268.97º | 0.55% | 0.1% | - |
| HSV(B) | 268.97º | 0.71% | 0.16% | - |
| XYZ | 0.96 | 0.64 | 2.17 | - |
| YUV | 19.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 41 | 0.37 | 0.71 | 0 | 0.84 | 268.97 | 0.55 | 0.1 |
| Hex | 1A | C | 29 | 25 | 47 | 0 | 54 | 10D | 37 | A |
| Octal | 32 | 14 | 51 | 45 | 107 | 0 | 124 | 415 | 67 | 12 |
| Binary | 11010 | 1100 | 101001 | 100101 | 1000111 | 0 | 1010100 | 100001101 | 110111 | 1010 |
Color Harmonies of #1A0C29
Complementary color
Monochromatic Colors of #1A0C29
Black with #1A0C29
Text Example
Text Example
White with #1A0C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C29; }
p { color: rgb(26,12,41); }
H1.HeaderClassName
{
color: #1A0C29;
}
.AnyTagClassName
{
color: #1A0C29;
}
</style>
background-color css
<style>
a { background-color: #1A0C29; }
a { background-color: rgb(26,12,41); }
div.DivClassName
{
background-color: #1A0C29;
}
.BgClassName
{
background-color: #1A0C29;
}
</style>
border-color css
<style>
span { border-color: #1A0C29; }
span { border-color: rgb(26,12,41); }
td.TdClassName
{
border-color: #1A0C29;
}
.TagClassName
{
border-color: #1A0C29;
}
</style>