Shades of Blackcurrant #1A1126
Tints of Blackcurrant #1A1126
RGB
CMYK
RGB Variations
Color information
#1A1126 (or 0x1A1126) is known color: Blackcurrant. HEX triplet: 1A, 11 and 26. RGB value is (26,17,38). Sum of RGB (Red+Green+Blue) = 26+17+38=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #1A1126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1126 is #E5EED9. Grayscale: #161616. Windows color (decimal): -15068890 or 2494746. OLE color: 2494746.
HSL color Cylindrical-coordinate representation of color #1A1126: hue angle of 265.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A1126 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 17 | 38 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.85 |
| HSL | 265.71º | 0.38% | 0.11% | - |
| HSV(B) | 265.71º | 0.55% | 0.15% | - |
| XYZ | 0.98 | 0.76 | 1.93 | - |
| YUV | 22.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 38 | 0.32 | 0.55 | 0 | 0.85 | 265.71 | 0.38 | 0.11 |
| Hex | 1A | 11 | 26 | 20 | 37 | 0 | 55 | 10A | 26 | B |
| Octal | 32 | 21 | 46 | 40 | 67 | 0 | 125 | 412 | 46 | 13 |
| Binary | 11010 | 10001 | 100110 | 100000 | 110111 | 0 | 1010101 | 100001010 | 100110 | 1011 |
Color Harmonies of #1A1126
Complementary color
Monochromatic Colors of #1A1126
Black with #1A1126
Text Example
Text Example
White with #1A1126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1126; }
p { color: rgb(26,17,38); }
H1.HeaderClassName
{
color: #1A1126;
}
.AnyTagClassName
{
color: #1A1126;
}
</style>
background-color css
<style>
a { background-color: #1A1126; }
a { background-color: rgb(26,17,38); }
div.DivClassName
{
background-color: #1A1126;
}
.BgClassName
{
background-color: #1A1126;
}
</style>
border-color css
<style>
span { border-color: #1A1126; }
span { border-color: rgb(26,17,38); }
td.TdClassName
{
border-color: #1A1126;
}
.TagClassName
{
border-color: #1A1126;
}
</style>