Shades of Blackcurrant #2A1C39
Tints of Blackcurrant #2A1C39
RGB
CMYK
RGB Variations
Color information
#2A1C39 (or 0x2A1C39) is known color: Blackcurrant. HEX triplet: 2A, 1C and 39. RGB value is (42,28,57). Sum of RGB (Red+Green+Blue) = 42+28+57=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A1C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1C39 is #D5E3C6. Grayscale: #232323. Windows color (decimal): -14017479 or 3742762. OLE color: 3742762.
HSL color Cylindrical-coordinate representation of color #2A1C39: hue angle of 268.97º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A1C39 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 28 | 57 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.78 |
| HSL | 268.97º | 0.34% | 0.17% | - |
| HSV(B) | 268.97º | 0.51% | 0.22% | - |
| XYZ | 2.11 | 1.62 | 4.07 | - |
| YUV | 35.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 57 | 0.26 | 0.51 | 0 | 0.78 | 268.97 | 0.34 | 0.17 |
| Hex | 2A | 1C | 39 | 1A | 33 | 0 | 4E | 10D | 22 | 11 |
| Octal | 52 | 34 | 71 | 32 | 63 | 0 | 116 | 415 | 42 | 21 |
| Binary | 101010 | 11100 | 111001 | 11010 | 110011 | 0 | 1001110 | 100001101 | 100010 | 10001 |
Color Harmonies of #2A1C39
Complementary color
Monochromatic Colors of #2A1C39
Black with #2A1C39
Text Example
Text Example
White with #2A1C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C39; }
p { color: rgb(42,28,57); }
H1.HeaderClassName
{
color: #2A1C39;
}
.AnyTagClassName
{
color: #2A1C39;
}
</style>
background-color css
<style>
a { background-color: #2A1C39; }
a { background-color: rgb(42,28,57); }
div.DivClassName
{
background-color: #2A1C39;
}
.BgClassName
{
background-color: #2A1C39;
}
</style>
border-color css
<style>
span { border-color: #2A1C39; }
span { border-color: rgb(42,28,57); }
td.TdClassName
{
border-color: #2A1C39;
}
.TagClassName
{
border-color: #2A1C39;
}
</style>