Shades of Blackcurrant #2A0030
Tints of Blackcurrant #2A0030
RGB
CMYK
RGB Variations
Color information
#2A0030 (or 0x2A0030) is known color: Blackcurrant. HEX triplet: 2A, 00 and 30. RGB value is (42,0,48). Sum of RGB (Red+Green+Blue) = 42+0+48=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0030 is #D5FFCF. Grayscale: #111111. Windows color (decimal): -14024656 or 3145770. OLE color: 3145770.
HSL color Cylindrical-coordinate representation of color #2A0030: hue angle of 292.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0030 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 0 | 48 | - |
| CMYK | 0.13 | 1 | 0 | 0.81 |
| HSL | 292.5º | 1% | 0.09% | - |
| HSV(B) | 292.5º | 1% | 0.19% | - |
| XYZ | 1.49 | 0.71 | 2.85 | - |
| YUV | 18.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 48 | 0.13 | 1 | 0 | 0.81 | 292.5 | 1 | 0.09 |
| Hex | 2A | 0 | 30 | D | 64 | 0 | 51 | 124 | 64 | 9 |
| Octal | 52 | 0 | 60 | 15 | 144 | 0 | 121 | 444 | 144 | 11 |
| Binary | 101010 | 0 | 110000 | 1101 | 1100100 | 0 | 1010001 | 100100100 | 1100100 | 1001 |
Color Harmonies of #2A0030
Complementary color
Monochromatic Colors of #2A0030
Black with #2A0030
Text Example
Text Example
White with #2A0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0030; }
p { color: rgb(42,0,48); }
H1.HeaderClassName
{
color: #2A0030;
}
.AnyTagClassName
{
color: #2A0030;
}
</style>
background-color css
<style>
a { background-color: #2A0030; }
a { background-color: rgb(42,0,48); }
div.DivClassName
{
background-color: #2A0030;
}
.BgClassName
{
background-color: #2A0030;
}
</style>
border-color css
<style>
span { border-color: #2A0030; }
span { border-color: rgb(42,0,48); }
td.TdClassName
{
border-color: #2A0030;
}
.TagClassName
{
border-color: #2A0030;
}
</style>