Shades of Blackcurrant #2C0B50
Tints of Blackcurrant #2C0B50
RGB
CMYK
RGB Variations
Color information
#2C0B50 (or 0x2C0B50) is known color: Blackcurrant. HEX triplet: 2C, 0B and 50. RGB value is (44,11,80). Sum of RGB (Red+Green+Blue) = 44+11+80=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C0B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0B50 is #D3F4AF. Grayscale: #1C1C1C. Windows color (decimal): -13890736 or 5245740. OLE color: 5245740.
HSL color Cylindrical-coordinate representation of color #2C0B50: hue angle of 268.7º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C0B50 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 11 | 80 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.69 |
| HSL | 268.7º | 0.76% | 0.18% | - |
| HSV(B) | 268.7º | 0.86% | 0.31% | - |
| XYZ | 2.61 | 1.35 | 7.71 | - |
| YUV | 28.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 80 | 0.45 | 0.86 | 0 | 0.69 | 268.7 | 0.76 | 0.18 |
| Hex | 2C | B | 50 | 2D | 56 | 0 | 45 | 10D | 4C | 12 |
| Octal | 54 | 13 | 120 | 55 | 126 | 0 | 105 | 415 | 114 | 22 |
| Binary | 101100 | 1011 | 1010000 | 101101 | 1010110 | 0 | 1000101 | 100001101 | 1001100 | 10010 |
Color Harmonies of #2C0B50
Complementary color
Monochromatic Colors of #2C0B50
Black with #2C0B50
Text Example
Text Example
White with #2C0B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0B50; }
p { color: rgb(44,11,80); }
H1.HeaderClassName
{
color: #2C0B50;
}
.AnyTagClassName
{
color: #2C0B50;
}
</style>
background-color css
<style>
a { background-color: #2C0B50; }
a { background-color: rgb(44,11,80); }
div.DivClassName
{
background-color: #2C0B50;
}
.BgClassName
{
background-color: #2C0B50;
}
</style>
border-color css
<style>
span { border-color: #2C0B50; }
span { border-color: rgb(44,11,80); }
td.TdClassName
{
border-color: #2C0B50;
}
.TagClassName
{
border-color: #2C0B50;
}
</style>