Shades of Blackcurrant #2A123D
Tints of Blackcurrant #2A123D
RGB
CMYK
RGB Variations
Color information
#2A123D (or 0x2A123D) is known color: Blackcurrant. HEX triplet: 2A, 12 and 3D. RGB value is (42,18,61). Sum of RGB (Red+Green+Blue) = 42+18+61=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A123D is #D5EDC2. Grayscale: #1D1D1D. Windows color (decimal): -14020035 or 4002346. OLE color: 4002346.
HSL color Cylindrical-coordinate representation of color #2A123D: hue angle of 273.49º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A123D is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 18 | 61 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.76 |
| HSL | 273.49º | 0.54% | 0.15% | - |
| HSV(B) | 273.49º | 0.7% | 0.24% | - |
| XYZ | 2.01 | 1.26 | 4.55 | - |
| YUV | 30.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 61 | 0.31 | 0.70 | 0 | 0.76 | 273.49 | 0.54 | 0.15 |
| Hex | 2A | 12 | 3D | 1F | 46 | 0 | 4C | 111 | 36 | F |
| Octal | 52 | 22 | 75 | 37 | 106 | 0 | 114 | 421 | 66 | 17 |
| Binary | 101010 | 10010 | 111101 | 11111 | 1000110 | 0 | 1001100 | 100010001 | 110110 | 1111 |
Color Harmonies of #2A123D
Complementary color
Monochromatic Colors of #2A123D
Black with #2A123D
Text Example
Text Example
White with #2A123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A123D; }
p { color: rgb(42,18,61); }
H1.HeaderClassName
{
color: #2A123D;
}
.AnyTagClassName
{
color: #2A123D;
}
</style>
background-color css
<style>
a { background-color: #2A123D; }
a { background-color: rgb(42,18,61); }
div.DivClassName
{
background-color: #2A123D;
}
.BgClassName
{
background-color: #2A123D;
}
</style>
border-color css
<style>
span { border-color: #2A123D; }
span { border-color: rgb(42,18,61); }
td.TdClassName
{
border-color: #2A123D;
}
.TagClassName
{
border-color: #2A123D;
}
</style>