Shades of Blackcurrant #1A002B
Tints of Blackcurrant #1A002B
RGB
CMYK
RGB Variations
Color information
#1A002B (or 0x1A002B) is known color: Blackcurrant. HEX triplet: 1A, 00 and 2B. RGB value is (26,0,43). Sum of RGB (Red+Green+Blue) = 26+0+43=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #1A002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A002B is #E5FFD4. Grayscale: #0C0C0C. Windows color (decimal): -15073237 or 2818074. OLE color: 2818074.
HSL color Cylindrical-coordinate representation of color #1A002B: hue angle of 276.28º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A002B is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 0 | 43 | - |
| CMYK | 0.40 | 1 | 0 | 0.83 |
| HSL | 276.28º | 1% | 0.08% | - |
| HSV(B) | 276.28º | 1% | 0.17% | - |
| XYZ | 0.86 | 0.39 | 2.32 | - |
| YUV | 12.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 43 | 0.40 | 1 | 0 | 0.83 | 276.28 | 1 | 0.08 |
| Hex | 1A | 0 | 2B | 28 | 64 | 0 | 53 | 114 | 64 | 8 |
| Octal | 32 | 0 | 53 | 50 | 144 | 0 | 123 | 424 | 144 | 10 |
| Binary | 11010 | 0 | 101011 | 101000 | 1100100 | 0 | 1010011 | 100010100 | 1100100 | 1000 |
Color Harmonies of #1A002B
Complementary color
Monochromatic Colors of #1A002B
Black with #1A002B
Text Example
Text Example
White with #1A002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A002B; }
p { color: rgb(26,0,43); }
H1.HeaderClassName
{
color: #1A002B;
}
.AnyTagClassName
{
color: #1A002B;
}
</style>
background-color css
<style>
a { background-color: #1A002B; }
a { background-color: rgb(26,0,43); }
div.DivClassName
{
background-color: #1A002B;
}
.BgClassName
{
background-color: #1A002B;
}
</style>
border-color css
<style>
span { border-color: #1A002B; }
span { border-color: rgb(26,0,43); }
td.TdClassName
{
border-color: #1A002B;
}
.TagClassName
{
border-color: #1A002B;
}
</style>