Shades of Blackcurrant #1A1128
Tints of Blackcurrant #1A1128
RGB
CMYK
RGB Variations
Color information
#1A1128 (or 0x1A1128) is known color: Blackcurrant. HEX triplet: 1A, 11 and 28. RGB value is (26,17,40). Sum of RGB (Red+Green+Blue) = 26+17+40=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #1A1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1128 is #E5EED7. Grayscale: #161616. Windows color (decimal): -15068888 or 2625818. OLE color: 2625818.
HSL color Cylindrical-coordinate representation of color #1A1128: hue angle of 263.48º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A1128 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 17 | 40 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.84 |
| HSL | 263.48º | 0.4% | 0.11% | - |
| HSV(B) | 263.48º | 0.58% | 0.16% | - |
| XYZ | 1.01 | 0.77 | 2.1 | - |
| YUV | 22.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 40 | 0.35 | 0.57 | 0 | 0.84 | 263.48 | 0.4 | 0.11 |
| Hex | 1A | 11 | 28 | 23 | 39 | 0 | 54 | 107 | 28 | B |
| Octal | 32 | 21 | 50 | 43 | 71 | 0 | 124 | 407 | 50 | 13 |
| Binary | 11010 | 10001 | 101000 | 100011 | 111001 | 0 | 1010100 | 100000111 | 101000 | 1011 |
Color Harmonies of #1A1128
Complementary color
Monochromatic Colors of #1A1128
Black with #1A1128
Text Example
Text Example
White with #1A1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1128; }
p { color: rgb(26,17,40); }
H1.HeaderClassName
{
color: #1A1128;
}
.AnyTagClassName
{
color: #1A1128;
}
</style>
background-color css
<style>
a { background-color: #1A1128; }
a { background-color: rgb(26,17,40); }
div.DivClassName
{
background-color: #1A1128;
}
.BgClassName
{
background-color: #1A1128;
}
</style>
border-color css
<style>
span { border-color: #1A1128; }
span { border-color: rgb(26,17,40); }
td.TdClassName
{
border-color: #1A1128;
}
.TagClassName
{
border-color: #1A1128;
}
</style>