Shades of Blackcurrant #2C0450
Tints of Blackcurrant #2C0450
RGB
CMYK
RGB Variations
Color information
#2C0450 (or 0x2C0450) is known color: Blackcurrant. HEX triplet: 2C, 04 and 50. RGB value is (44,4,80). Sum of RGB (Red+Green+Blue) = 44+4+80=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C0450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0450 is #D3FBAF. Grayscale: #181818. Windows color (decimal): -13892528 or 5243948. OLE color: 5243948.
HSL color Cylindrical-coordinate representation of color #2C0450: hue angle of 271.58º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0450 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 4 | 80 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.69 |
| HSL | 271.58º | 0.9% | 0.16% | - |
| HSV(B) | 271.58º | 0.95% | 0.31% | - |
| XYZ | 2.53 | 1.2 | 7.69 | - |
| YUV | 24.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 80 | 0.45 | 0.95 | 0 | 0.69 | 271.58 | 0.9 | 0.16 |
| Hex | 2C | 4 | 50 | 2D | 5F | 0 | 45 | 110 | 5A | 10 |
| Octal | 54 | 4 | 120 | 55 | 137 | 0 | 105 | 420 | 132 | 20 |
| Binary | 101100 | 100 | 1010000 | 101101 | 1011111 | 0 | 1000101 | 100010000 | 1011010 | 10000 |
Color Harmonies of #2C0450
Complementary color
Monochromatic Colors of #2C0450
Black with #2C0450
Text Example
Text Example
White with #2C0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0450; }
p { color: rgb(44,4,80); }
H1.HeaderClassName
{
color: #2C0450;
}
.AnyTagClassName
{
color: #2C0450;
}
</style>
background-color css
<style>
a { background-color: #2C0450; }
a { background-color: rgb(44,4,80); }
div.DivClassName
{
background-color: #2C0450;
}
.BgClassName
{
background-color: #2C0450;
}
</style>
border-color css
<style>
span { border-color: #2C0450; }
span { border-color: rgb(44,4,80); }
td.TdClassName
{
border-color: #2C0450;
}
.TagClassName
{
border-color: #2C0450;
}
</style>