Shades of Blackcurrant #2A023E
Tints of Blackcurrant #2A023E
RGB
CMYK
RGB Variations
Color information
#2A023E (or 0x2A023E) is known color: Blackcurrant. HEX triplet: 2A, 02 and 3E. RGB value is (42,2,62). Sum of RGB (Red+Green+Blue) = 42+2+62=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 62 (24.61% from 255 or 58.49% from 106); Max value from RGB is 62 - color contains mainly: blue. Hex color #2A023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A023E is #D5FDC1. Grayscale: #141414. Windows color (decimal): -14024130 or 4063786. OLE color: 4063786.
HSL color Cylindrical-coordinate representation of color #2A023E: hue angle of 280º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A023E is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 2 | 62 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.76 |
| HSL | 280º | 0.94% | 0.13% | - |
| HSV(B) | 280º | 0.97% | 0.24% | - |
| XYZ | 1.85 | 0.88 | 4.63 | - |
| YUV | 20.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 62 | 0.32 | 0.97 | 0 | 0.76 | 280 | 0.94 | 0.13 |
| Hex | 2A | 2 | 3E | 20 | 61 | 0 | 4C | 118 | 5E | D |
| Octal | 52 | 2 | 76 | 40 | 141 | 0 | 114 | 430 | 136 | 15 |
| Binary | 101010 | 10 | 111110 | 100000 | 1100001 | 0 | 1001100 | 100011000 | 1011110 | 1101 |
Color Harmonies of #2A023E
Complementary color
Monochromatic Colors of #2A023E
Black with #2A023E
Text Example
Text Example
White with #2A023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A023E; }
p { color: rgb(42,2,62); }
H1.HeaderClassName
{
color: #2A023E;
}
.AnyTagClassName
{
color: #2A023E;
}
</style>
background-color css
<style>
a { background-color: #2A023E; }
a { background-color: rgb(42,2,62); }
div.DivClassName
{
background-color: #2A023E;
}
.BgClassName
{
background-color: #2A023E;
}
</style>
border-color css
<style>
span { border-color: #2A023E; }
span { border-color: rgb(42,2,62); }
td.TdClassName
{
border-color: #2A023E;
}
.TagClassName
{
border-color: #2A023E;
}
</style>