Shades of Blackcurrant #2C0055
Tints of Blackcurrant #2C0055
RGB
CMYK
RGB Variations
Color information
#2C0055 (or 0x2C0055) is known color: Blackcurrant. HEX triplet: 2C, 00 and 55. RGB value is (44,0,85). Sum of RGB (Red+Green+Blue) = 44+0+85=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C0055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0055 is #D3FFAA. Grayscale: #161616. Windows color (decimal): -13893547 or 5570604. OLE color: 5570604.
HSL color Cylindrical-coordinate representation of color #2C0055: hue angle of 271.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0055 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 0 | 85 | - |
| CMYK | 0.48 | 1 | 0 | 0.67 |
| HSL | 271.06º | 1% | 0.17% | - |
| HSV(B) | 271.06º | 1% | 0.33% | - |
| XYZ | 2.68 | 1.19 | 8.68 | - |
| YUV | 22.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 85 | 0.48 | 1 | 0 | 0.67 | 271.06 | 1 | 0.17 |
| Hex | 2C | 0 | 55 | 30 | 64 | 0 | 43 | 10F | 64 | 11 |
| Octal | 54 | 0 | 125 | 60 | 144 | 0 | 103 | 417 | 144 | 21 |
| Binary | 101100 | 0 | 1010101 | 110000 | 1100100 | 0 | 1000011 | 100001111 | 1100100 | 10001 |
Color Harmonies of #2C0055
Complementary color
Monochromatic Colors of #2C0055
Black with #2C0055
Text Example
Text Example
White with #2C0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0055; }
p { color: rgb(44,0,85); }
H1.HeaderClassName
{
color: #2C0055;
}
.AnyTagClassName
{
color: #2C0055;
}
</style>
background-color css
<style>
a { background-color: #2C0055; }
a { background-color: rgb(44,0,85); }
div.DivClassName
{
background-color: #2C0055;
}
.BgClassName
{
background-color: #2C0055;
}
</style>
border-color css
<style>
span { border-color: #2C0055; }
span { border-color: rgb(44,0,85); }
td.TdClassName
{
border-color: #2C0055;
}
.TagClassName
{
border-color: #2C0055;
}
</style>