Shades of Blackcurrant #2A0154
Tints of Blackcurrant #2A0154
RGB
CMYK
RGB Variations
Color information
#2A0154 (or 0x2A0154) is known color: Blackcurrant. HEX triplet: 2A, 01 and 54. RGB value is (42,1,84). Sum of RGB (Red+Green+Blue) = 42+1+84=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A0154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0154 is #D5FEAB. Grayscale: #161616. Windows color (decimal): -14024364 or 5505322. OLE color: 5505322.
HSL color Cylindrical-coordinate representation of color #2A0154: hue angle of 269.64º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0154 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 1 | 84 | - |
| CMYK | 0.5 | 0.99 | 0 | 0.67 |
| HSL | 269.64º | 0.98% | 0.17% | - |
| HSV(B) | 269.64º | 0.99% | 0.33% | - |
| XYZ | 2.57 | 1.15 | 8.48 | - |
| YUV | 22.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 84 | 0.5 | 0.99 | 0 | 0.67 | 269.64 | 0.98 | 0.17 |
| Hex | 2A | 1 | 54 | 32 | 63 | 0 | 43 | 10E | 62 | 11 |
| Octal | 52 | 1 | 124 | 62 | 143 | 0 | 103 | 416 | 142 | 21 |
| Binary | 101010 | 1 | 1010100 | 110010 | 1100011 | 0 | 1000011 | 100001110 | 1100010 | 10001 |
Color Harmonies of #2A0154
Complementary color
Monochromatic Colors of #2A0154
Black with #2A0154
Text Example
Text Example
White with #2A0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0154; }
p { color: rgb(42,1,84); }
H1.HeaderClassName
{
color: #2A0154;
}
.AnyTagClassName
{
color: #2A0154;
}
</style>
background-color css
<style>
a { background-color: #2A0154; }
a { background-color: rgb(42,1,84); }
div.DivClassName
{
background-color: #2A0154;
}
.BgClassName
{
background-color: #2A0154;
}
</style>
border-color css
<style>
span { border-color: #2A0154; }
span { border-color: rgb(42,1,84); }
td.TdClassName
{
border-color: #2A0154;
}
.TagClassName
{
border-color: #2A0154;
}
</style>