Shades of Blackcurrant #2A0239
Tints of Blackcurrant #2A0239
RGB
CMYK
RGB Variations
Color information
#2A0239 (or 0x2A0239) is known color: Blackcurrant. HEX triplet: 2A, 02 and 39. RGB value is (42,2,57). Sum of RGB (Red+Green+Blue) = 42+2+57=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0239 is #D5FDC6. Grayscale: #141414. Windows color (decimal): -14024135 or 3736106. OLE color: 3736106.
HSL color Cylindrical-coordinate representation of color #2A0239: hue angle of 283.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0239 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 2 | 57 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.78 |
| HSL | 283.64º | 0.93% | 0.12% | - |
| HSV(B) | 283.64º | 0.96% | 0.22% | - |
| XYZ | 1.72 | 0.83 | 3.94 | - |
| YUV | 20.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 57 | 0.26 | 0.96 | 0 | 0.78 | 283.64 | 0.93 | 0.12 |
| Hex | 2A | 2 | 39 | 1A | 60 | 0 | 4E | 11C | 5D | C |
| Octal | 52 | 2 | 71 | 32 | 140 | 0 | 116 | 434 | 135 | 14 |
| Binary | 101010 | 10 | 111001 | 11010 | 1100000 | 0 | 1001110 | 100011100 | 1011101 | 1100 |
Color Harmonies of #2A0239
Complementary color
Monochromatic Colors of #2A0239
Black with #2A0239
Text Example
Text Example
White with #2A0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0239; }
p { color: rgb(42,2,57); }
H1.HeaderClassName
{
color: #2A0239;
}
.AnyTagClassName
{
color: #2A0239;
}
</style>
background-color css
<style>
a { background-color: #2A0239; }
a { background-color: rgb(42,2,57); }
div.DivClassName
{
background-color: #2A0239;
}
.BgClassName
{
background-color: #2A0239;
}
</style>
border-color css
<style>
span { border-color: #2A0239; }
span { border-color: rgb(42,2,57); }
td.TdClassName
{
border-color: #2A0239;
}
.TagClassName
{
border-color: #2A0239;
}
</style>