Shades of Blackcurrant #2A064D
Tints of Blackcurrant #2A064D
RGB
CMYK
RGB Variations
Color information
#2A064D (or 0x2A064D) is known color: Blackcurrant. HEX triplet: 2A, 06 and 4D. RGB value is (42,6,77). Sum of RGB (Red+Green+Blue) = 42+6+77=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A064D is #D5F9B2. Grayscale: #181818. Windows color (decimal): -14023091 or 5047850. OLE color: 5047850.
HSL color Cylindrical-coordinate representation of color #2A064D: hue angle of 270.42º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A064D is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 6 | 77 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.70 |
| HSL | 270.42º | 0.86% | 0.16% | - |
| HSV(B) | 270.42º | 0.92% | 0.3% | - |
| XYZ | 2.36 | 1.16 | 7.12 | - |
| YUV | 24.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 77 | 0.45 | 0.92 | 0 | 0.70 | 270.42 | 0.86 | 0.16 |
| Hex | 2A | 6 | 4D | 2D | 5C | 0 | 46 | 10E | 56 | 10 |
| Octal | 52 | 6 | 115 | 55 | 134 | 0 | 106 | 416 | 126 | 20 |
| Binary | 101010 | 110 | 1001101 | 101101 | 1011100 | 0 | 1000110 | 100001110 | 1010110 | 10000 |
Color Harmonies of #2A064D
Complementary color
Monochromatic Colors of #2A064D
Black with #2A064D
Text Example
Text Example
White with #2A064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A064D; }
p { color: rgb(42,6,77); }
H1.HeaderClassName
{
color: #2A064D;
}
.AnyTagClassName
{
color: #2A064D;
}
</style>
background-color css
<style>
a { background-color: #2A064D; }
a { background-color: rgb(42,6,77); }
div.DivClassName
{
background-color: #2A064D;
}
.BgClassName
{
background-color: #2A064D;
}
</style>
border-color css
<style>
span { border-color: #2A064D; }
span { border-color: rgb(42,6,77); }
td.TdClassName
{
border-color: #2A064D;
}
.TagClassName
{
border-color: #2A064D;
}
</style>