Shades of Blackcurrant #2A1541
Tints of Blackcurrant #2A1541
RGB
CMYK
RGB Variations
Color information
#2A1541 (or 0x2A1541) is known color: Blackcurrant. HEX triplet: 2A, 15 and 41. RGB value is (42,21,65). Sum of RGB (Red+Green+Blue) = 42+21+65=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A1541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1541 is #D5EABE. Grayscale: #202020. Windows color (decimal): -14019263 or 4265258. OLE color: 4265258.
HSL color Cylindrical-coordinate representation of color #2A1541: hue angle of 268.64º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A1541 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 21 | 65 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.75 |
| HSL | 268.64º | 0.51% | 0.17% | - |
| HSV(B) | 268.64º | 0.68% | 0.25% | - |
| XYZ | 2.18 | 1.41 | 5.16 | - |
| YUV | 32.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 65 | 0.35 | 0.68 | 0 | 0.75 | 268.64 | 0.51 | 0.17 |
| Hex | 2A | 15 | 41 | 23 | 44 | 0 | 4B | 10D | 33 | 11 |
| Octal | 52 | 25 | 101 | 43 | 104 | 0 | 113 | 415 | 63 | 21 |
| Binary | 101010 | 10101 | 1000001 | 100011 | 1000100 | 0 | 1001011 | 100001101 | 110011 | 10001 |
Color Harmonies of #2A1541
Complementary color
Monochromatic Colors of #2A1541
Black with #2A1541
Text Example
Text Example
White with #2A1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1541; }
p { color: rgb(42,21,65); }
H1.HeaderClassName
{
color: #2A1541;
}
.AnyTagClassName
{
color: #2A1541;
}
</style>
background-color css
<style>
a { background-color: #2A1541; }
a { background-color: rgb(42,21,65); }
div.DivClassName
{
background-color: #2A1541;
}
.BgClassName
{
background-color: #2A1541;
}
</style>
border-color css
<style>
span { border-color: #2A1541; }
span { border-color: rgb(42,21,65); }
td.TdClassName
{
border-color: #2A1541;
}
.TagClassName
{
border-color: #2A1541;
}
</style>