Shades of Blackcurrant #1A051E
Tints of Blackcurrant #1A051E
RGB
CMYK
RGB Variations
Color information
#1A051E (or 0x1A051E) is known color: Blackcurrant. HEX triplet: 1A, 05 and 1E. RGB value is (26,5,30). Sum of RGB (Red+Green+Blue) = 26+5+30=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A051E is #E5FAE1. Grayscale: #0E0E0E. Windows color (decimal): -15071970 or 1967386. OLE color: 1967386.
HSL color Cylindrical-coordinate representation of color #1A051E: hue angle of 290.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A051E is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 5 | 30 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.88 |
| HSL | 290.4º | 0.71% | 0.07% | - |
| HSV(B) | 290.4º | 0.83% | 0.12% | - |
| XYZ | 0.71 | 0.42 | 1.27 | - |
| YUV | 14.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 30 | 0.13 | 0.83 | 0 | 0.88 | 290.4 | 0.71 | 0.07 |
| Hex | 1A | 5 | 1E | D | 53 | 0 | 58 | 122 | 47 | 7 |
| Octal | 32 | 5 | 36 | 15 | 123 | 0 | 130 | 442 | 107 | 7 |
| Binary | 11010 | 101 | 11110 | 1101 | 1010011 | 0 | 1011000 | 100100010 | 1000111 | 111 |
Color Harmonies of #1A051E
Complementary color
Monochromatic Colors of #1A051E
Black with #1A051E
Text Example
Text Example
White with #1A051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A051E; }
p { color: rgb(26,5,30); }
H1.HeaderClassName
{
color: #1A051E;
}
.AnyTagClassName
{
color: #1A051E;
}
</style>
background-color css
<style>
a { background-color: #1A051E; }
a { background-color: rgb(26,5,30); }
div.DivClassName
{
background-color: #1A051E;
}
.BgClassName
{
background-color: #1A051E;
}
</style>
border-color css
<style>
span { border-color: #1A051E; }
span { border-color: rgb(26,5,30); }
td.TdClassName
{
border-color: #1A051E;
}
.TagClassName
{
border-color: #1A051E;
}
</style>