Shades of Blackcurrant #2A0153
Tints of Blackcurrant #2A0153
RGB
CMYK
RGB Variations
Color information
#2A0153 (or 0x2A0153) is known color: Blackcurrant. HEX triplet: 2A, 01 and 53. RGB value is (42,1,83). Sum of RGB (Red+Green+Blue) = 42+1+83=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A0153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0153 is #D5FEAC. Grayscale: #161616. Windows color (decimal): -14024365 or 5439786. OLE color: 5439786.
HSL color Cylindrical-coordinate representation of color #2A0153: hue angle of 270º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0153 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 1 | 83 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.67 |
| HSL | 270º | 0.98% | 0.16% | - |
| HSV(B) | 270º | 0.99% | 0.33% | - |
| XYZ | 2.53 | 1.14 | 8.27 | - |
| YUV | 22.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 83 | 0.49 | 0.99 | 0 | 0.67 | 270 | 0.98 | 0.16 |
| Hex | 2A | 1 | 53 | 31 | 63 | 0 | 43 | 10E | 62 | 10 |
| Octal | 52 | 1 | 123 | 61 | 143 | 0 | 103 | 416 | 142 | 20 |
| Binary | 101010 | 1 | 1010011 | 110001 | 1100011 | 0 | 1000011 | 100001110 | 1100010 | 10000 |
Color Harmonies of #2A0153
Complementary color
Monochromatic Colors of #2A0153
Black with #2A0153
Text Example
Text Example
White with #2A0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0153; }
p { color: rgb(42,1,83); }
H1.HeaderClassName
{
color: #2A0153;
}
.AnyTagClassName
{
color: #2A0153;
}
</style>
background-color css
<style>
a { background-color: #2A0153; }
a { background-color: rgb(42,1,83); }
div.DivClassName
{
background-color: #2A0153;
}
.BgClassName
{
background-color: #2A0153;
}
</style>
border-color css
<style>
span { border-color: #2A0153; }
span { border-color: rgb(42,1,83); }
td.TdClassName
{
border-color: #2A0153;
}
.TagClassName
{
border-color: #2A0153;
}
</style>