Shades of Blackcurrant #2A004E
Tints of Blackcurrant #2A004E
RGB
CMYK
RGB Variations
Color information
#2A004E (or 0x2A004E) is known color: Blackcurrant. HEX triplet: 2A, 00 and 4E. RGB value is (42,0,78). Sum of RGB (Red+Green+Blue) = 42+0+78=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A004E is #D5FFB1. Grayscale: #151515. Windows color (decimal): -14024626 or 5111850. OLE color: 5111850.
HSL color Cylindrical-coordinate representation of color #2A004E: hue angle of 272.31º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A004E is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 0 | 78 | - |
| CMYK | 0.46 | 1 | 0 | 0.69 |
| HSL | 272.31º | 1% | 0.15% | - |
| HSV(B) | 272.31º | 1% | 0.31% | - |
| XYZ | 2.33 | 1.04 | 7.29 | - |
| YUV | 21.45 | 159.91 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 78 | 0.46 | 1 | 0 | 0.69 | 272.31 | 1 | 0.15 |
| Hex | 2A | 0 | 4E | 2E | 64 | 0 | 45 | 110 | 64 | F |
| Octal | 52 | 0 | 116 | 56 | 144 | 0 | 105 | 420 | 144 | 17 |
| Binary | 101010 | 0 | 1001110 | 101110 | 1100100 | 0 | 1000101 | 100010000 | 1100100 | 1111 |
Color Harmonies of #2A004E
Complementary color
Monochromatic Colors of #2A004E
Black with #2A004E
Text Example
Text Example
White with #2A004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A004E; }
p { color: rgb(42,0,78); }
H1.HeaderClassName
{
color: #2A004E;
}
.AnyTagClassName
{
color: #2A004E;
}
</style>
background-color css
<style>
a { background-color: #2A004E; }
a { background-color: rgb(42,0,78); }
div.DivClassName
{
background-color: #2A004E;
}
.BgClassName
{
background-color: #2A004E;
}
</style>
border-color css
<style>
span { border-color: #2A004E; }
span { border-color: rgb(42,0,78); }
td.TdClassName
{
border-color: #2A004E;
}
.TagClassName
{
border-color: #2A004E;
}
</style>