Shades of Blackcurrant #2A0430
Tints of Blackcurrant #2A0430
RGB
CMYK
RGB Variations
Color information
#2A0430 (or 0x2A0430) is known color: Blackcurrant. HEX triplet: 2A, 04 and 30. RGB value is (42,4,48). Sum of RGB (Red+Green+Blue) = 42+4+48=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A0430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0430 is #D5FBCF. Grayscale: #141414. Windows color (decimal): -14023632 or 3146794. OLE color: 3146794.
HSL color Cylindrical-coordinate representation of color #2A0430: hue angle of 291.82º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0430 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 4 | 48 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.81 |
| HSL | 291.82º | 0.85% | 0.1% | - |
| HSV(B) | 291.82º | 0.92% | 0.19% | - |
| XYZ | 1.53 | 0.79 | 2.87 | - |
| YUV | 20.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 48 | 0.13 | 0.92 | 0 | 0.81 | 291.82 | 0.85 | 0.1 |
| Hex | 2A | 4 | 30 | D | 5C | 0 | 51 | 124 | 55 | A |
| Octal | 52 | 4 | 60 | 15 | 134 | 0 | 121 | 444 | 125 | 12 |
| Binary | 101010 | 100 | 110000 | 1101 | 1011100 | 0 | 1010001 | 100100100 | 1010101 | 1010 |
Color Harmonies of #2A0430
Complementary color
Monochromatic Colors of #2A0430
Black with #2A0430
Text Example
Text Example
White with #2A0430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0430; }
p { color: rgb(42,4,48); }
H1.HeaderClassName
{
color: #2A0430;
}
.AnyTagClassName
{
color: #2A0430;
}
</style>
background-color css
<style>
a { background-color: #2A0430; }
a { background-color: rgb(42,4,48); }
div.DivClassName
{
background-color: #2A0430;
}
.BgClassName
{
background-color: #2A0430;
}
</style>
border-color css
<style>
span { border-color: #2A0430; }
span { border-color: rgb(42,4,48); }
td.TdClassName
{
border-color: #2A0430;
}
.TagClassName
{
border-color: #2A0430;
}
</style>