Shades of Blackcurrant #2C0553
Tints of Blackcurrant #2C0553
RGB
CMYK
RGB Variations
Color information
#2C0553 (or 0x2C0553) is known color: Blackcurrant. HEX triplet: 2C, 05 and 53. RGB value is (44,5,83). Sum of RGB (Red+Green+Blue) = 44+5+83=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #2C0553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0553 is #D3FAAC. Grayscale: #191919. Windows color (decimal): -13892269 or 5440812. OLE color: 5440812.
HSL color Cylindrical-coordinate representation of color #2C0553: hue angle of 270º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0553 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 5 | 83 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.67 |
| HSL | 270º | 0.89% | 0.17% | - |
| HSV(B) | 270º | 0.94% | 0.33% | - |
| XYZ | 2.65 | 1.27 | 8.29 | - |
| YUV | 25.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 83 | 0.47 | 0.94 | 0 | 0.67 | 270 | 0.89 | 0.17 |
| Hex | 2C | 5 | 53 | 2F | 5E | 0 | 43 | 10E | 59 | 11 |
| Octal | 54 | 5 | 123 | 57 | 136 | 0 | 103 | 416 | 131 | 21 |
| Binary | 101100 | 101 | 1010011 | 101111 | 1011110 | 0 | 1000011 | 100001110 | 1011001 | 10001 |
Color Harmonies of #2C0553
Complementary color
Monochromatic Colors of #2C0553
Black with #2C0553
Text Example
Text Example
White with #2C0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0553; }
p { color: rgb(44,5,83); }
H1.HeaderClassName
{
color: #2C0553;
}
.AnyTagClassName
{
color: #2C0553;
}
</style>
background-color css
<style>
a { background-color: #2C0553; }
a { background-color: rgb(44,5,83); }
div.DivClassName
{
background-color: #2C0553;
}
.BgClassName
{
background-color: #2C0553;
}
</style>
border-color css
<style>
span { border-color: #2C0553; }
span { border-color: rgb(44,5,83); }
td.TdClassName
{
border-color: #2C0553;
}
.TagClassName
{
border-color: #2C0553;
}
</style>