Shades of Blackcurrant #2A064B
Tints of Blackcurrant #2A064B
RGB
CMYK
RGB Variations
Color information
#2A064B (or 0x2A064B) is known color: Blackcurrant. HEX triplet: 2A, 06 and 4B. RGB value is (42,6,75). Sum of RGB (Red+Green+Blue) = 42+6+75=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A064B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A064B is #D5F9B4. Grayscale: #181818. Windows color (decimal): -14023093 or 4916778. OLE color: 4916778.
HSL color Cylindrical-coordinate representation of color #2A064B: hue angle of 271.3º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A064B is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 6 | 75 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.71 |
| HSL | 271.3º | 0.85% | 0.16% | - |
| HSV(B) | 271.3º | 0.92% | 0.29% | - |
| XYZ | 2.29 | 1.13 | 6.75 | - |
| YUV | 24.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 75 | 0.44 | 0.92 | 0 | 0.71 | 271.3 | 0.85 | 0.16 |
| Hex | 2A | 6 | 4B | 2C | 5C | 0 | 47 | 10F | 55 | 10 |
| Octal | 52 | 6 | 113 | 54 | 134 | 0 | 107 | 417 | 125 | 20 |
| Binary | 101010 | 110 | 1001011 | 101100 | 1011100 | 0 | 1000111 | 100001111 | 1010101 | 10000 |
Color Harmonies of #2A064B
Complementary color
Monochromatic Colors of #2A064B
Black with #2A064B
Text Example
Text Example
White with #2A064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A064B; }
p { color: rgb(42,6,75); }
H1.HeaderClassName
{
color: #2A064B;
}
.AnyTagClassName
{
color: #2A064B;
}
</style>
background-color css
<style>
a { background-color: #2A064B; }
a { background-color: rgb(42,6,75); }
div.DivClassName
{
background-color: #2A064B;
}
.BgClassName
{
background-color: #2A064B;
}
</style>
border-color css
<style>
span { border-color: #2A064B; }
span { border-color: rgb(42,6,75); }
td.TdClassName
{
border-color: #2A064B;
}
.TagClassName
{
border-color: #2A064B;
}
</style>