Shades of Blackcurrant #2A0E41
Tints of Blackcurrant #2A0E41
RGB
CMYK
RGB Variations
Color information
#2A0E41 (or 0x2A0E41) is known color: Blackcurrant. HEX triplet: 2A, 0E and 41. RGB value is (42,14,65). Sum of RGB (Red+Green+Blue) = 42+14+65=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A0E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0E41 is #D5F1BE. Grayscale: #1C1C1C. Windows color (decimal): -14021055 or 4263466. OLE color: 4263466.
HSL color Cylindrical-coordinate representation of color #2A0E41: hue angle of 272.94º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A0E41 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 14 | 65 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.75 |
| HSL | 272.94º | 0.65% | 0.15% | - |
| HSV(B) | 272.94º | 0.78% | 0.25% | - |
| XYZ | 2.07 | 1.19 | 5.12 | - |
| YUV | 28.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 65 | 0.35 | 0.78 | 0 | 0.75 | 272.94 | 0.65 | 0.15 |
| Hex | 2A | E | 41 | 23 | 4E | 0 | 4B | 111 | 41 | F |
| Octal | 52 | 16 | 101 | 43 | 116 | 0 | 113 | 421 | 101 | 17 |
| Binary | 101010 | 1110 | 1000001 | 100011 | 1001110 | 0 | 1001011 | 100010001 | 1000001 | 1111 |
Color Harmonies of #2A0E41
Complementary color
Monochromatic Colors of #2A0E41
Black with #2A0E41
Text Example
Text Example
White with #2A0E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E41; }
p { color: rgb(42,14,65); }
H1.HeaderClassName
{
color: #2A0E41;
}
.AnyTagClassName
{
color: #2A0E41;
}
</style>
background-color css
<style>
a { background-color: #2A0E41; }
a { background-color: rgb(42,14,65); }
div.DivClassName
{
background-color: #2A0E41;
}
.BgClassName
{
background-color: #2A0E41;
}
</style>
border-color css
<style>
span { border-color: #2A0E41; }
span { border-color: rgb(42,14,65); }
td.TdClassName
{
border-color: #2A0E41;
}
.TagClassName
{
border-color: #2A0E41;
}
</style>