Shades of Blackcurrant #2A1839
Tints of Blackcurrant #2A1839
RGB
CMYK
RGB Variations
Color information
#2A1839 (or 0x2A1839) is known color: Blackcurrant. HEX triplet: 2A, 18 and 39. RGB value is (42,24,57). Sum of RGB (Red+Green+Blue) = 42+24+57=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A1839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1839 is #D5E7C6. Grayscale: #212121. Windows color (decimal): -14018503 or 3741738. OLE color: 3741738.
HSL color Cylindrical-coordinate representation of color #2A1839: hue angle of 272.73º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A1839 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 24 | 57 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.78 |
| HSL | 272.73º | 0.41% | 0.16% | - |
| HSV(B) | 272.73º | 0.58% | 0.22% | - |
| XYZ | 2.02 | 1.44 | 4.04 | - |
| YUV | 33.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 57 | 0.26 | 0.58 | 0 | 0.78 | 272.73 | 0.41 | 0.16 |
| Hex | 2A | 18 | 39 | 1A | 3A | 0 | 4E | 111 | 29 | 10 |
| Octal | 52 | 30 | 71 | 32 | 72 | 0 | 116 | 421 | 51 | 20 |
| Binary | 101010 | 11000 | 111001 | 11010 | 111010 | 0 | 1001110 | 100010001 | 101001 | 10000 |
Color Harmonies of #2A1839
Complementary color
Monochromatic Colors of #2A1839
Black with #2A1839
Text Example
Text Example
White with #2A1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1839; }
p { color: rgb(42,24,57); }
H1.HeaderClassName
{
color: #2A1839;
}
.AnyTagClassName
{
color: #2A1839;
}
</style>
background-color css
<style>
a { background-color: #2A1839; }
a { background-color: rgb(42,24,57); }
div.DivClassName
{
background-color: #2A1839;
}
.BgClassName
{
background-color: #2A1839;
}
</style>
border-color css
<style>
span { border-color: #2A1839; }
span { border-color: rgb(42,24,57); }
td.TdClassName
{
border-color: #2A1839;
}
.TagClassName
{
border-color: #2A1839;
}
</style>