Shades of Blackcurrant #2A1A39
Tints of Blackcurrant #2A1A39
RGB
CMYK
RGB Variations
Color information
#2A1A39 (or 0x2A1A39) is known color: Blackcurrant. HEX triplet: 2A, 1A and 39. RGB value is (42,26,57). Sum of RGB (Red+Green+Blue) = 42+26+57=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A1A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1A39 is #D5E5C6. Grayscale: #222222. Windows color (decimal): -14017991 or 3742250. OLE color: 3742250.
HSL color Cylindrical-coordinate representation of color #2A1A39: hue angle of 270.97º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A1A39 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 26 | 57 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.78 |
| HSL | 270.97º | 0.37% | 0.16% | - |
| HSV(B) | 270.97º | 0.54% | 0.22% | - |
| XYZ | 2.06 | 1.53 | 4.06 | - |
| YUV | 34.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 57 | 0.26 | 0.54 | 0 | 0.78 | 270.97 | 0.37 | 0.16 |
| Hex | 2A | 1A | 39 | 1A | 36 | 0 | 4E | 10F | 25 | 10 |
| Octal | 52 | 32 | 71 | 32 | 66 | 0 | 116 | 417 | 45 | 20 |
| Binary | 101010 | 11010 | 111001 | 11010 | 110110 | 0 | 1001110 | 100001111 | 100101 | 10000 |
Color Harmonies of #2A1A39
Complementary color
Monochromatic Colors of #2A1A39
Black with #2A1A39
Text Example
Text Example
White with #2A1A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1A39; }
p { color: rgb(42,26,57); }
H1.HeaderClassName
{
color: #2A1A39;
}
.AnyTagClassName
{
color: #2A1A39;
}
</style>
background-color css
<style>
a { background-color: #2A1A39; }
a { background-color: rgb(42,26,57); }
div.DivClassName
{
background-color: #2A1A39;
}
.BgClassName
{
background-color: #2A1A39;
}
</style>
border-color css
<style>
span { border-color: #2A1A39; }
span { border-color: rgb(42,26,57); }
td.TdClassName
{
border-color: #2A1A39;
}
.TagClassName
{
border-color: #2A1A39;
}
</style>