Shades of Blackcurrant #2A014B
Tints of Blackcurrant #2A014B
RGB
CMYK
RGB Variations
Color information
#2A014B (or 0x2A014B) is known color: Blackcurrant. HEX triplet: 2A, 01 and 4B. RGB value is (42,1,75). Sum of RGB (Red+Green+Blue) = 42+1+75=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A014B is #D5FEB4. Grayscale: #151515. Windows color (decimal): -14024373 or 4915498. OLE color: 4915498.
HSL color Cylindrical-coordinate representation of color #2A014B: hue angle of 273.24º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A014B is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 1 | 75 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.71 |
| HSL | 273.24º | 0.97% | 0.15% | - |
| HSV(B) | 273.24º | 0.99% | 0.29% | - |
| XYZ | 2.24 | 1.02 | 6.74 | - |
| YUV | 21.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 75 | 0.44 | 0.99 | 0 | 0.71 | 273.24 | 0.97 | 0.15 |
| Hex | 2A | 1 | 4B | 2C | 63 | 0 | 47 | 111 | 61 | F |
| Octal | 52 | 1 | 113 | 54 | 143 | 0 | 107 | 421 | 141 | 17 |
| Binary | 101010 | 1 | 1001011 | 101100 | 1100011 | 0 | 1000111 | 100010001 | 1100001 | 1111 |
Color Harmonies of #2A014B
Complementary color
Monochromatic Colors of #2A014B
Black with #2A014B
Text Example
Text Example
White with #2A014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A014B; }
p { color: rgb(42,1,75); }
H1.HeaderClassName
{
color: #2A014B;
}
.AnyTagClassName
{
color: #2A014B;
}
</style>
background-color css
<style>
a { background-color: #2A014B; }
a { background-color: rgb(42,1,75); }
div.DivClassName
{
background-color: #2A014B;
}
.BgClassName
{
background-color: #2A014B;
}
</style>
border-color css
<style>
span { border-color: #2A014B; }
span { border-color: rgb(42,1,75); }
td.TdClassName
{
border-color: #2A014B;
}
.TagClassName
{
border-color: #2A014B;
}
</style>