Shades of Blackcurrant #1A0B28
Tints of Blackcurrant #1A0B28
RGB
CMYK
RGB Variations
Color information
#1A0B28 (or 0x1A0B28) is known color: Blackcurrant. HEX triplet: 1A, 0B and 28. RGB value is (26,11,40). Sum of RGB (Red+Green+Blue) = 26+11+40=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #1A0B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0B28 is #E5F4D7. Grayscale: #121212. Windows color (decimal): -15070424 or 2624282. OLE color: 2624282.
HSL color Cylindrical-coordinate representation of color #1A0B28: hue angle of 271.03º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A0B28 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 11 | 40 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.84 |
| HSL | 271.03º | 0.57% | 0.1% | - |
| HSV(B) | 271.03º | 0.73% | 0.16% | - |
| XYZ | 0.93 | 0.61 | 2.08 | - |
| YUV | 18.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 40 | 0.35 | 0.72 | 0 | 0.84 | 271.03 | 0.57 | 0.1 |
| Hex | 1A | B | 28 | 23 | 48 | 0 | 54 | 10F | 39 | A |
| Octal | 32 | 13 | 50 | 43 | 110 | 0 | 124 | 417 | 71 | 12 |
| Binary | 11010 | 1011 | 101000 | 100011 | 1001000 | 0 | 1010100 | 100001111 | 111001 | 1010 |
Color Harmonies of #1A0B28
Complementary color
Monochromatic Colors of #1A0B28
Black with #1A0B28
Text Example
Text Example
White with #1A0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B28; }
p { color: rgb(26,11,40); }
H1.HeaderClassName
{
color: #1A0B28;
}
.AnyTagClassName
{
color: #1A0B28;
}
</style>
background-color css
<style>
a { background-color: #1A0B28; }
a { background-color: rgb(26,11,40); }
div.DivClassName
{
background-color: #1A0B28;
}
.BgClassName
{
background-color: #1A0B28;
}
</style>
border-color css
<style>
span { border-color: #1A0B28; }
span { border-color: rgb(26,11,40); }
td.TdClassName
{
border-color: #1A0B28;
}
.TagClassName
{
border-color: #1A0B28;
}
</style>