Shades of Blackcurrant #2A0646
Tints of Blackcurrant #2A0646
RGB
CMYK
RGB Variations
Color information
#2A0646 (or 0x2A0646) is known color: Blackcurrant. HEX triplet: 2A, 06 and 46. RGB value is (42,6,70). Sum of RGB (Red+Green+Blue) = 42+6+70=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #2A0646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0646 is #D5F9B9. Grayscale: #171717. Windows color (decimal): -14023098 or 4589098. OLE color: 4589098.
HSL color Cylindrical-coordinate representation of color #2A0646: hue angle of 273.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0646 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 6 | 70 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.73 |
| HSL | 273.75º | 0.84% | 0.15% | - |
| HSV(B) | 273.75º | 0.91% | 0.27% | - |
| XYZ | 2.13 | 1.06 | 5.89 | - |
| YUV | 24.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 70 | 0.40 | 0.91 | 0 | 0.73 | 273.75 | 0.84 | 0.15 |
| Hex | 2A | 6 | 46 | 28 | 5B | 0 | 49 | 112 | 54 | F |
| Octal | 52 | 6 | 106 | 50 | 133 | 0 | 111 | 422 | 124 | 17 |
| Binary | 101010 | 110 | 1000110 | 101000 | 1011011 | 0 | 1001001 | 100010010 | 1010100 | 1111 |
Color Harmonies of #2A0646
Complementary color
Monochromatic Colors of #2A0646
Black with #2A0646
Text Example
Text Example
White with #2A0646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0646; }
p { color: rgb(42,6,70); }
H1.HeaderClassName
{
color: #2A0646;
}
.AnyTagClassName
{
color: #2A0646;
}
</style>
background-color css
<style>
a { background-color: #2A0646; }
a { background-color: rgb(42,6,70); }
div.DivClassName
{
background-color: #2A0646;
}
.BgClassName
{
background-color: #2A0646;
}
</style>
border-color css
<style>
span { border-color: #2A0646; }
span { border-color: rgb(42,6,70); }
td.TdClassName
{
border-color: #2A0646;
}
.TagClassName
{
border-color: #2A0646;
}
</style>