Shades of Blackcurrant #2C123A
Tints of Blackcurrant #2C123A
RGB
CMYK
RGB Variations
Color information
#2C123A (or 0x2C123A) is known color: Blackcurrant. HEX triplet: 2C, 12 and 3A. RGB value is (44,18,58). Sum of RGB (Red+Green+Blue) = 44+18+58=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C123A is #D3EDC5. Grayscale: #1E1E1E. Windows color (decimal): -13888966 or 3805740. OLE color: 3805740.
HSL color Cylindrical-coordinate representation of color #2C123A: hue angle of 279º 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 #2C123A is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 18 | 58 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.77 |
| HSL | 279º | 0.53% | 0.15% | - |
| HSV(B) | 279º | 0.69% | 0.23% | - |
| XYZ | 2.02 | 1.27 | 4.14 | - |
| YUV | 30.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 58 | 0.24 | 0.69 | 0 | 0.77 | 279 | 0.53 | 0.15 |
| Hex | 2C | 12 | 3A | 18 | 45 | 0 | 4D | 117 | 35 | F |
| Octal | 54 | 22 | 72 | 30 | 105 | 0 | 115 | 427 | 65 | 17 |
| Binary | 101100 | 10010 | 111010 | 11000 | 1000101 | 0 | 1001101 | 100010111 | 110101 | 1111 |
Color Harmonies of #2C123A
Complementary color
Monochromatic Colors of #2C123A
Black with #2C123A
Text Example
Text Example
White with #2C123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C123A; }
p { color: rgb(44,18,58); }
H1.HeaderClassName
{
color: #2C123A;
}
.AnyTagClassName
{
color: #2C123A;
}
</style>
background-color css
<style>
a { background-color: #2C123A; }
a { background-color: rgb(44,18,58); }
div.DivClassName
{
background-color: #2C123A;
}
.BgClassName
{
background-color: #2C123A;
}
</style>
border-color css
<style>
span { border-color: #2C123A; }
span { border-color: rgb(44,18,58); }
td.TdClassName
{
border-color: #2C123A;
}
.TagClassName
{
border-color: #2C123A;
}
</style>