Shades of Blackcurrant #1A001E
Tints of Blackcurrant #1A001E
RGB
CMYK
RGB Variations
Color information
#1A001E (or 0x1A001E) is known color: Blackcurrant. HEX triplet: 1A, 00 and 1E. RGB value is (26,0,30). Sum of RGB (Red+Green+Blue) = 26+0+30=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A001E is #E5FFE1. Grayscale: #0B0B0B. Windows color (decimal): -15073250 or 1966106. OLE color: 1966106.
HSL color Cylindrical-coordinate representation of color #1A001E: hue angle of 292º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A001E is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 0 | 30 | - |
| CMYK | 0.13 | 1 | 0 | 0.88 |
| HSL | 292º | 1% | 0.06% | - |
| HSV(B) | 292º | 1% | 0.12% | - |
| XYZ | 0.66 | 0.31 | 1.25 | - |
| YUV | 11.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 30 | 0.13 | 1 | 0 | 0.88 | 292 | 1 | 0.06 |
| Hex | 1A | 0 | 1E | D | 64 | 0 | 58 | 124 | 64 | 6 |
| Octal | 32 | 0 | 36 | 15 | 144 | 0 | 130 | 444 | 144 | 6 |
| Binary | 11010 | 0 | 11110 | 1101 | 1100100 | 0 | 1011000 | 100100100 | 1100100 | 110 |
Color Harmonies of #1A001E
Complementary color
Monochromatic Colors of #1A001E
Black with #1A001E
Text Example
Text Example
White with #1A001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A001E; }
p { color: rgb(26,0,30); }
H1.HeaderClassName
{
color: #1A001E;
}
.AnyTagClassName
{
color: #1A001E;
}
</style>
background-color css
<style>
a { background-color: #1A001E; }
a { background-color: rgb(26,0,30); }
div.DivClassName
{
background-color: #1A001E;
}
.BgClassName
{
background-color: #1A001E;
}
</style>
border-color css
<style>
span { border-color: #1A001E; }
span { border-color: rgb(26,0,30); }
td.TdClassName
{
border-color: #1A001E;
}
.TagClassName
{
border-color: #1A001E;
}
</style>