Shades of Blackcurrant #2A014F
Tints of Blackcurrant #2A014F
RGB
CMYK
RGB Variations
Color information
#2A014F (or 0x2A014F) is known color: Blackcurrant. HEX triplet: 2A, 01 and 4F. RGB value is (42,1,79). Sum of RGB (Red+Green+Blue) = 42+1+79=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A014F is #D5FEB0. Grayscale: #151515. Windows color (decimal): -14024369 or 5177642. OLE color: 5177642.
HSL color Cylindrical-coordinate representation of color #2A014F: hue angle of 271.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A014F is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 1 | 79 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.69 |
| HSL | 271.54º | 0.98% | 0.16% | - |
| HSV(B) | 271.54º | 0.99% | 0.31% | - |
| XYZ | 2.38 | 1.08 | 7.48 | - |
| YUV | 22.15 | 160.08 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 79 | 0.47 | 0.99 | 0 | 0.69 | 271.54 | 0.98 | 0.16 |
| Hex | 2A | 1 | 4F | 2F | 63 | 0 | 45 | 110 | 62 | 10 |
| Octal | 52 | 1 | 117 | 57 | 143 | 0 | 105 | 420 | 142 | 20 |
| Binary | 101010 | 1 | 1001111 | 101111 | 1100011 | 0 | 1000101 | 100010000 | 1100010 | 10000 |
Color Harmonies of #2A014F
Complementary color
Monochromatic Colors of #2A014F
Black with #2A014F
Text Example
Text Example
White with #2A014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A014F; }
p { color: rgb(42,1,79); }
H1.HeaderClassName
{
color: #2A014F;
}
.AnyTagClassName
{
color: #2A014F;
}
</style>
background-color css
<style>
a { background-color: #2A014F; }
a { background-color: rgb(42,1,79); }
div.DivClassName
{
background-color: #2A014F;
}
.BgClassName
{
background-color: #2A014F;
}
</style>
border-color css
<style>
span { border-color: #2A014F; }
span { border-color: rgb(42,1,79); }
td.TdClassName
{
border-color: #2A014F;
}
.TagClassName
{
border-color: #2A014F;
}
</style>