Shades of Blackcurrant #2A0041
Tints of Blackcurrant #2A0041
RGB
CMYK
RGB Variations
Color information
#2A0041 (or 0x2A0041) is known color: Blackcurrant. HEX triplet: 2A, 00 and 41. RGB value is (42,0,65). Sum of RGB (Red+Green+Blue) = 42+0+65=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A0041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0041 is #D5FFBE. Grayscale: #131313. Windows color (decimal): -14024639 or 4259882. OLE color: 4259882.
HSL color Cylindrical-coordinate representation of color #2A0041: hue angle of 278.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0041 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 0 | 65 | - |
| CMYK | 0.35 | 1 | 0 | 0.75 |
| HSL | 278.77º | 1% | 0.13% | - |
| HSV(B) | 278.77º | 1% | 0.25% | - |
| XYZ | 1.91 | 0.87 | 5.07 | - |
| YUV | 19.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 65 | 0.35 | 1 | 0 | 0.75 | 278.77 | 1 | 0.13 |
| Hex | 2A | 0 | 41 | 23 | 64 | 0 | 4B | 117 | 64 | D |
| Octal | 52 | 0 | 101 | 43 | 144 | 0 | 113 | 427 | 144 | 15 |
| Binary | 101010 | 0 | 1000001 | 100011 | 1100100 | 0 | 1001011 | 100010111 | 1100100 | 1101 |
Color Harmonies of #2A0041
Complementary color
Monochromatic Colors of #2A0041
Black with #2A0041
Text Example
Text Example
White with #2A0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0041; }
p { color: rgb(42,0,65); }
H1.HeaderClassName
{
color: #2A0041;
}
.AnyTagClassName
{
color: #2A0041;
}
</style>
background-color css
<style>
a { background-color: #2A0041; }
a { background-color: rgb(42,0,65); }
div.DivClassName
{
background-color: #2A0041;
}
.BgClassName
{
background-color: #2A0041;
}
</style>
border-color css
<style>
span { border-color: #2A0041; }
span { border-color: rgb(42,0,65); }
td.TdClassName
{
border-color: #2A0041;
}
.TagClassName
{
border-color: #2A0041;
}
</style>