Shades of Blackcurrant #2C0350
Tints of Blackcurrant #2C0350
RGB
CMYK
RGB Variations
Color information
#2C0350 (or 0x2C0350) is known color: Blackcurrant. HEX triplet: 2C, 03 and 50. RGB value is (44,3,80). Sum of RGB (Red+Green+Blue) = 44+3+80=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C0350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0350 is #D3FCAF. Grayscale: #171717. Windows color (decimal): -13892784 or 5243692. OLE color: 5243692.
HSL color Cylindrical-coordinate representation of color #2C0350: hue angle of 271.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0350 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 3 | 80 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.69 |
| HSL | 271.95º | 0.93% | 0.16% | - |
| HSV(B) | 271.95º | 0.96% | 0.31% | - |
| XYZ | 2.52 | 1.18 | 7.68 | - |
| YUV | 24.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 80 | 0.45 | 0.96 | 0 | 0.69 | 271.95 | 0.93 | 0.16 |
| Hex | 2C | 3 | 50 | 2D | 60 | 0 | 45 | 110 | 5D | 10 |
| Octal | 54 | 3 | 120 | 55 | 140 | 0 | 105 | 420 | 135 | 20 |
| Binary | 101100 | 11 | 1010000 | 101101 | 1100000 | 0 | 1000101 | 100010000 | 1011101 | 10000 |
Color Harmonies of #2C0350
Complementary color
Monochromatic Colors of #2C0350
Black with #2C0350
Text Example
Text Example
White with #2C0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0350; }
p { color: rgb(44,3,80); }
H1.HeaderClassName
{
color: #2C0350;
}
.AnyTagClassName
{
color: #2C0350;
}
</style>
background-color css
<style>
a { background-color: #2C0350; }
a { background-color: rgb(44,3,80); }
div.DivClassName
{
background-color: #2C0350;
}
.BgClassName
{
background-color: #2C0350;
}
</style>
border-color css
<style>
span { border-color: #2C0350; }
span { border-color: rgb(44,3,80); }
td.TdClassName
{
border-color: #2C0350;
}
.TagClassName
{
border-color: #2C0350;
}
</style>