Shades of Blackcurrant #2A123A
Tints of Blackcurrant #2A123A
RGB
CMYK
RGB Variations
Color information
#2A123A (or 0x2A123A) is known color: Blackcurrant. HEX triplet: 2A, 12 and 3A. RGB value is (42,18,58). Sum of RGB (Red+Green+Blue) = 42+18+58=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A123A is #D5EDC5. Grayscale: #1D1D1D. Windows color (decimal): -14020038 or 3805738. OLE color: 3805738.
HSL color Cylindrical-coordinate representation of color #2A123A: hue angle of 276º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A123A is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 18 | 58 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.77 |
| HSL | 276º | 0.53% | 0.15% | - |
| HSV(B) | 276º | 0.69% | 0.23% | - |
| XYZ | 1.93 | 1.23 | 4.14 | - |
| YUV | 29.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 58 | 0.28 | 0.69 | 0 | 0.77 | 276 | 0.53 | 0.15 |
| Hex | 2A | 12 | 3A | 1C | 45 | 0 | 4D | 114 | 35 | F |
| Octal | 52 | 22 | 72 | 34 | 105 | 0 | 115 | 424 | 65 | 17 |
| Binary | 101010 | 10010 | 111010 | 11100 | 1000101 | 0 | 1001101 | 100010100 | 110101 | 1111 |
Color Harmonies of #2A123A
Complementary color
Monochromatic Colors of #2A123A
Black with #2A123A
Text Example
Text Example
White with #2A123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A123A; }
p { color: rgb(42,18,58); }
H1.HeaderClassName
{
color: #2A123A;
}
.AnyTagClassName
{
color: #2A123A;
}
</style>
background-color css
<style>
a { background-color: #2A123A; }
a { background-color: rgb(42,18,58); }
div.DivClassName
{
background-color: #2A123A;
}
.BgClassName
{
background-color: #2A123A;
}
</style>
border-color css
<style>
span { border-color: #2A123A; }
span { border-color: rgb(42,18,58); }
td.TdClassName
{
border-color: #2A123A;
}
.TagClassName
{
border-color: #2A123A;
}
</style>