Shades of Blackcurrant #2A0647
Tints of Blackcurrant #2A0647
RGB
CMYK
RGB Variations
Color information
#2A0647 (or 0x2A0647) is known color: Blackcurrant. HEX triplet: 2A, 06 and 47. RGB value is (42,6,71). Sum of RGB (Red+Green+Blue) = 42+6+71=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #2A0647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0647 is #D5F9B8. Grayscale: #171717. Windows color (decimal): -14023097 or 4654634. OLE color: 4654634.
HSL color Cylindrical-coordinate representation of color #2A0647: hue angle of 273.23º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0647 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 6 | 71 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.72 |
| HSL | 273.23º | 0.84% | 0.15% | - |
| HSV(B) | 273.23º | 0.92% | 0.28% | - |
| XYZ | 2.16 | 1.08 | 6.06 | - |
| YUV | 24.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 71 | 0.41 | 0.92 | 0 | 0.72 | 273.23 | 0.84 | 0.15 |
| Hex | 2A | 6 | 47 | 29 | 5C | 0 | 48 | 111 | 54 | F |
| Octal | 52 | 6 | 107 | 51 | 134 | 0 | 110 | 421 | 124 | 17 |
| Binary | 101010 | 110 | 1000111 | 101001 | 1011100 | 0 | 1001000 | 100010001 | 1010100 | 1111 |
Color Harmonies of #2A0647
Complementary color
Monochromatic Colors of #2A0647
Black with #2A0647
Text Example
Text Example
White with #2A0647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0647; }
p { color: rgb(42,6,71); }
H1.HeaderClassName
{
color: #2A0647;
}
.AnyTagClassName
{
color: #2A0647;
}
</style>
background-color css
<style>
a { background-color: #2A0647; }
a { background-color: rgb(42,6,71); }
div.DivClassName
{
background-color: #2A0647;
}
.BgClassName
{
background-color: #2A0647;
}
</style>
border-color css
<style>
span { border-color: #2A0647; }
span { border-color: rgb(42,6,71); }
td.TdClassName
{
border-color: #2A0647;
}
.TagClassName
{
border-color: #2A0647;
}
</style>