Shades of Blackcurrant #1A012E
Tints of Blackcurrant #1A012E
RGB
CMYK
RGB Variations
Color information
#1A012E (or 0x1A012E) is known color: Blackcurrant. HEX triplet: 1A, 01 and 2E. RGB value is (26,1,46). Sum of RGB (Red+Green+Blue) = 26+1+46=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #1A012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A012E is #E5FED1. Grayscale: #0D0D0D. Windows color (decimal): -15072978 or 3014938. OLE color: 3014938.
HSL color Cylindrical-coordinate representation of color #1A012E: hue angle of 273.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A012E is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 1 | 46 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.82 |
| HSL | 273.33º | 0.96% | 0.09% | - |
| HSV(B) | 273.33º | 0.98% | 0.18% | - |
| XYZ | 0.93 | 0.44 | 2.62 | - |
| YUV | 13.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 46 | 0.43 | 0.98 | 0 | 0.82 | 273.33 | 0.96 | 0.09 |
| Hex | 1A | 1 | 2E | 2B | 62 | 0 | 52 | 111 | 60 | 9 |
| Octal | 32 | 1 | 56 | 53 | 142 | 0 | 122 | 421 | 140 | 11 |
| Binary | 11010 | 1 | 101110 | 101011 | 1100010 | 0 | 1010010 | 100010001 | 1100000 | 1001 |
Color Harmonies of #1A012E
Complementary color
Monochromatic Colors of #1A012E
Black with #1A012E
Text Example
Text Example
White with #1A012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A012E; }
p { color: rgb(26,1,46); }
H1.HeaderClassName
{
color: #1A012E;
}
.AnyTagClassName
{
color: #1A012E;
}
</style>
background-color css
<style>
a { background-color: #1A012E; }
a { background-color: rgb(26,1,46); }
div.DivClassName
{
background-color: #1A012E;
}
.BgClassName
{
background-color: #1A012E;
}
</style>
border-color css
<style>
span { border-color: #1A012E; }
span { border-color: rgb(26,1,46); }
td.TdClassName
{
border-color: #1A012E;
}
.TagClassName
{
border-color: #1A012E;
}
</style>