Shades of Blackcurrant #1A141E
Tints of Blackcurrant #1A141E
RGB
CMYK
RGB Variations
Color information
#1A141E (or 0x1A141E) is known color: Blackcurrant. HEX triplet: 1A, 14 and 1E. RGB value is (26,20,30). Sum of RGB (Red+Green+Blue) = 26+20+30=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A141E is #E5EBE1. Grayscale: #161616. Windows color (decimal): -15068130 or 1971226. OLE color: 1971226.
HSL color Cylindrical-coordinate representation of color #1A141E: hue angle of 276º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1A141E is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 20 | 30 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.88 |
| HSL | 276º | 0.2% | 0.1% | - |
| HSV(B) | 276º | 0.33% | 0.12% | - |
| XYZ | 0.91 | 0.81 | 1.34 | - |
| YUV | 22.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 30 | 0.13 | 0.33 | 0 | 0.88 | 276 | 0.2 | 0.1 |
| Hex | 1A | 14 | 1E | D | 21 | 0 | 58 | 114 | 14 | A |
| Octal | 32 | 24 | 36 | 15 | 41 | 0 | 130 | 424 | 24 | 12 |
| Binary | 11010 | 10100 | 11110 | 1101 | 100001 | 0 | 1011000 | 100010100 | 10100 | 1010 |
Color Harmonies of #1A141E
Complementary color
Monochromatic Colors of #1A141E
Black with #1A141E
Text Example
Text Example
White with #1A141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A141E; }
p { color: rgb(26,20,30); }
H1.HeaderClassName
{
color: #1A141E;
}
.AnyTagClassName
{
color: #1A141E;
}
</style>
background-color css
<style>
a { background-color: #1A141E; }
a { background-color: rgb(26,20,30); }
div.DivClassName
{
background-color: #1A141E;
}
.BgClassName
{
background-color: #1A141E;
}
</style>
border-color css
<style>
span { border-color: #1A141E; }
span { border-color: rgb(26,20,30); }
td.TdClassName
{
border-color: #1A141E;
}
.TagClassName
{
border-color: #1A141E;
}
</style>