Shades of Blackcurrant #2A0032
Tints of Blackcurrant #2A0032
RGB
CMYK
RGB Variations
Color information
#2A0032 (or 0x2A0032) is known color: Blackcurrant. HEX triplet: 2A, 00 and 32. RGB value is (42,0,50). Sum of RGB (Red+Green+Blue) = 42+0+50=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A0032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0032 is #D5FFCD. Grayscale: #121212. Windows color (decimal): -14024654 or 3276842. OLE color: 3276842.
HSL color Cylindrical-coordinate representation of color #2A0032: hue angle of 290.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0032 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 0 | 50 | - |
| CMYK | 0.16 | 1 | 0 | 0.80 |
| HSL | 290.4º | 1% | 0.1% | - |
| HSV(B) | 290.4º | 1% | 0.2% | - |
| XYZ | 1.53 | 0.72 | 3.08 | - |
| YUV | 18.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 50 | 0.16 | 1 | 0 | 0.80 | 290.4 | 1 | 0.1 |
| Hex | 2A | 0 | 32 | 10 | 64 | 0 | 50 | 122 | 64 | A |
| Octal | 52 | 0 | 62 | 20 | 144 | 0 | 120 | 442 | 144 | 12 |
| Binary | 101010 | 0 | 110010 | 10000 | 1100100 | 0 | 1010000 | 100100010 | 1100100 | 1010 |
Color Harmonies of #2A0032
Complementary color
Monochromatic Colors of #2A0032
Black with #2A0032
Text Example
Text Example
White with #2A0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0032; }
p { color: rgb(42,0,50); }
H1.HeaderClassName
{
color: #2A0032;
}
.AnyTagClassName
{
color: #2A0032;
}
</style>
background-color css
<style>
a { background-color: #2A0032; }
a { background-color: rgb(42,0,50); }
div.DivClassName
{
background-color: #2A0032;
}
.BgClassName
{
background-color: #2A0032;
}
</style>
border-color css
<style>
span { border-color: #2A0032; }
span { border-color: rgb(42,0,50); }
td.TdClassName
{
border-color: #2A0032;
}
.TagClassName
{
border-color: #2A0032;
}
</style>