Shades of Blackcurrant #2A0233
Tints of Blackcurrant #2A0233
RGB
CMYK
RGB Variations
Color information
#2A0233 (or 0x2A0233) is known color: Blackcurrant. HEX triplet: 2A, 02 and 33. RGB value is (42,2,51). Sum of RGB (Red+Green+Blue) = 42+2+51=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 51 (20.31% from 255 or 53.68% from 95); Max value from RGB is 51 - color contains mainly: blue. Hex color #2A0233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0233 is #D5FDCC. Grayscale: #131313. Windows color (decimal): -14024141 or 3342890. OLE color: 3342890.
HSL color Cylindrical-coordinate representation of color #2A0233: hue angle of 288.98º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0233 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 2 | 51 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.8 |
| HSL | 288.98º | 0.92% | 0.1% | - |
| HSV(B) | 288.98º | 0.96% | 0.2% | - |
| XYZ | 1.57 | 0.77 | 3.2 | - |
| YUV | 19.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 51 | 0.18 | 0.96 | 0 | 0.8 | 288.98 | 0.92 | 0.1 |
| Hex | 2A | 2 | 33 | 12 | 60 | 0 | 50 | 121 | 5C | A |
| Octal | 52 | 2 | 63 | 22 | 140 | 0 | 120 | 441 | 134 | 12 |
| Binary | 101010 | 10 | 110011 | 10010 | 1100000 | 0 | 1010000 | 100100001 | 1011100 | 1010 |
Color Harmonies of #2A0233
Complementary color
Monochromatic Colors of #2A0233
Black with #2A0233
Text Example
Text Example
White with #2A0233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0233; }
p { color: rgb(42,2,51); }
H1.HeaderClassName
{
color: #2A0233;
}
.AnyTagClassName
{
color: #2A0233;
}
</style>
background-color css
<style>
a { background-color: #2A0233; }
a { background-color: rgb(42,2,51); }
div.DivClassName
{
background-color: #2A0233;
}
.BgClassName
{
background-color: #2A0233;
}
</style>
border-color css
<style>
span { border-color: #2A0233; }
span { border-color: rgb(42,2,51); }
td.TdClassName
{
border-color: #2A0233;
}
.TagClassName
{
border-color: #2A0233;
}
</style>