Shades of Blackcurrant #1A002E
Tints of Blackcurrant #1A002E
RGB
CMYK
RGB Variations
Color information
#1A002E (or 0x1A002E) is known color: Blackcurrant. HEX triplet: 1A, 00 and 2E. RGB value is (26,0,46). Sum of RGB (Red+Green+Blue) = 26+0+46=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 46 (18.36% from 255 or 63.89% from 72); Max value from RGB is 46 - color contains mainly: blue. Hex color #1A002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A002E is #E5FFD1. Grayscale: #0C0C0C. Windows color (decimal): -15073234 or 3014682. OLE color: 3014682.
HSL color Cylindrical-coordinate representation of color #1A002E: hue angle of 273.91º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A002E is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 0 | 46 | - |
| CMYK | 0.43 | 1 | 0 | 0.82 |
| HSL | 273.91º | 1% | 0.09% | - |
| HSV(B) | 273.91º | 1% | 0.18% | - |
| XYZ | 0.92 | 0.42 | 2.62 | - |
| YUV | 13.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 46 | 0.43 | 1 | 0 | 0.82 | 273.91 | 1 | 0.09 |
| Hex | 1A | 0 | 2E | 2B | 64 | 0 | 52 | 112 | 64 | 9 |
| Octal | 32 | 0 | 56 | 53 | 144 | 0 | 122 | 422 | 144 | 11 |
| Binary | 11010 | 0 | 101110 | 101011 | 1100100 | 0 | 1010010 | 100010010 | 1100100 | 1001 |
Color Harmonies of #1A002E
Complementary color
Monochromatic Colors of #1A002E
Black with #1A002E
Text Example
Text Example
White with #1A002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A002E; }
p { color: rgb(26,0,46); }
H1.HeaderClassName
{
color: #1A002E;
}
.AnyTagClassName
{
color: #1A002E;
}
</style>
background-color css
<style>
a { background-color: #1A002E; }
a { background-color: rgb(26,0,46); }
div.DivClassName
{
background-color: #1A002E;
}
.BgClassName
{
background-color: #1A002E;
}
</style>
border-color css
<style>
span { border-color: #1A002E; }
span { border-color: rgb(26,0,46); }
td.TdClassName
{
border-color: #1A002E;
}
.TagClassName
{
border-color: #1A002E;
}
</style>