Shades of Blackcurrant #2A023B
Tints of Blackcurrant #2A023B
RGB
CMYK
RGB Variations
Color information
#2A023B (or 0x2A023B) is known color: Blackcurrant. HEX triplet: 2A, 02 and 3B. RGB value is (42,2,59). Sum of RGB (Red+Green+Blue) = 42+2+59=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A023B is #D5FDC4. Grayscale: #141414. Windows color (decimal): -14024133 or 3867178. OLE color: 3867178.
HSL color Cylindrical-coordinate representation of color #2A023B: hue angle of 282.11º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A023B is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 2 | 59 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.77 |
| HSL | 282.11º | 0.93% | 0.12% | - |
| HSV(B) | 282.11º | 0.97% | 0.23% | - |
| XYZ | 1.77 | 0.85 | 4.21 | - |
| YUV | 20.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 59 | 0.29 | 0.97 | 0 | 0.77 | 282.11 | 0.93 | 0.12 |
| Hex | 2A | 2 | 3B | 1D | 61 | 0 | 4D | 11A | 5D | C |
| Octal | 52 | 2 | 73 | 35 | 141 | 0 | 115 | 432 | 135 | 14 |
| Binary | 101010 | 10 | 111011 | 11101 | 1100001 | 0 | 1001101 | 100011010 | 1011101 | 1100 |
Color Harmonies of #2A023B
Complementary color
Monochromatic Colors of #2A023B
Black with #2A023B
Text Example
Text Example
White with #2A023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A023B; }
p { color: rgb(42,2,59); }
H1.HeaderClassName
{
color: #2A023B;
}
.AnyTagClassName
{
color: #2A023B;
}
</style>
background-color css
<style>
a { background-color: #2A023B; }
a { background-color: rgb(42,2,59); }
div.DivClassName
{
background-color: #2A023B;
}
.BgClassName
{
background-color: #2A023B;
}
</style>
border-color css
<style>
span { border-color: #2A023B; }
span { border-color: rgb(42,2,59); }
td.TdClassName
{
border-color: #2A023B;
}
.TagClassName
{
border-color: #2A023B;
}
</style>