Shades of Blackcurrant #2A0130
Tints of Blackcurrant #2A0130
RGB
CMYK
RGB Variations
Color information
#2A0130 (or 0x2A0130) is known color: Blackcurrant. HEX triplet: 2A, 01 and 30. RGB value is (42,1,48). Sum of RGB (Red+Green+Blue) = 42+1+48=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A0130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0130 is #D5FECF. Grayscale: #121212. Windows color (decimal): -14024400 or 3146026. OLE color: 3146026.
HSL color Cylindrical-coordinate representation of color #2A0130: hue angle of 292.34º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0130 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 1 | 48 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.81 |
| HSL | 292.34º | 0.96% | 0.1% | - |
| HSV(B) | 292.34º | 0.98% | 0.19% | - |
| XYZ | 1.5 | 0.73 | 2.86 | - |
| YUV | 18.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 48 | 0.13 | 0.98 | 0 | 0.81 | 292.34 | 0.96 | 0.1 |
| Hex | 2A | 1 | 30 | D | 62 | 0 | 51 | 124 | 60 | A |
| Octal | 52 | 1 | 60 | 15 | 142 | 0 | 121 | 444 | 140 | 12 |
| Binary | 101010 | 1 | 110000 | 1101 | 1100010 | 0 | 1010001 | 100100100 | 1100000 | 1010 |
Color Harmonies of #2A0130
Complementary color
Monochromatic Colors of #2A0130
Black with #2A0130
Text Example
Text Example
White with #2A0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0130; }
p { color: rgb(42,1,48); }
H1.HeaderClassName
{
color: #2A0130;
}
.AnyTagClassName
{
color: #2A0130;
}
</style>
background-color css
<style>
a { background-color: #2A0130; }
a { background-color: rgb(42,1,48); }
div.DivClassName
{
background-color: #2A0130;
}
.BgClassName
{
background-color: #2A0130;
}
</style>
border-color css
<style>
span { border-color: #2A0130; }
span { border-color: rgb(42,1,48); }
td.TdClassName
{
border-color: #2A0130;
}
.TagClassName
{
border-color: #2A0130;
}
</style>