Shades of Blackcurrant #1A012A
Tints of Blackcurrant #1A012A
RGB
CMYK
RGB Variations
Color information
#1A012A (or 0x1A012A) is known color: Blackcurrant. HEX triplet: 1A, 01 and 2A. RGB value is (26,1,42). Sum of RGB (Red+Green+Blue) = 26+1+42=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #1A012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A012A is #E5FED5. Grayscale: #0D0D0D. Windows color (decimal): -15072982 or 2752794. OLE color: 2752794.
HSL color Cylindrical-coordinate representation of color #1A012A: hue angle of 276.59º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A012A is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 1 | 42 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.84 |
| HSL | 276.59º | 0.95% | 0.08% | - |
| HSV(B) | 276.59º | 0.98% | 0.16% | - |
| XYZ | 0.85 | 0.41 | 2.22 | - |
| YUV | 13.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 42 | 0.38 | 0.98 | 0 | 0.84 | 276.59 | 0.95 | 0.08 |
| Hex | 1A | 1 | 2A | 26 | 62 | 0 | 54 | 115 | 5F | 8 |
| Octal | 32 | 1 | 52 | 46 | 142 | 0 | 124 | 425 | 137 | 10 |
| Binary | 11010 | 1 | 101010 | 100110 | 1100010 | 0 | 1010100 | 100010101 | 1011111 | 1000 |
Color Harmonies of #1A012A
Complementary color
Monochromatic Colors of #1A012A
Black with #1A012A
Text Example
Text Example
White with #1A012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A012A; }
p { color: rgb(26,1,42); }
H1.HeaderClassName
{
color: #1A012A;
}
.AnyTagClassName
{
color: #1A012A;
}
</style>
background-color css
<style>
a { background-color: #1A012A; }
a { background-color: rgb(26,1,42); }
div.DivClassName
{
background-color: #1A012A;
}
.BgClassName
{
background-color: #1A012A;
}
</style>
border-color css
<style>
span { border-color: #1A012A; }
span { border-color: rgb(26,1,42); }
td.TdClassName
{
border-color: #1A012A;
}
.TagClassName
{
border-color: #1A012A;
}
</style>