Shades of Blackcurrant #2C0151
Tints of Blackcurrant #2C0151
RGB
CMYK
RGB Variations
Color information
#2C0151 (or 0x2C0151) is known color: Blackcurrant. HEX triplet: 2C, 01 and 51. RGB value is (44,1,81). Sum of RGB (Red+Green+Blue) = 44+1+81=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #2C0151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0151 is #D3FEAE. Grayscale: #161616. Windows color (decimal): -13893295 or 5308716. OLE color: 5308716.
HSL color Cylindrical-coordinate representation of color #2C0151: hue angle of 272.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0151 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 1 | 81 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.68 |
| HSL | 272.25º | 0.98% | 0.16% | - |
| HSV(B) | 272.25º | 0.99% | 0.32% | - |
| XYZ | 2.53 | 1.15 | 7.87 | - |
| YUV | 22.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 81 | 0.46 | 0.99 | 0 | 0.68 | 272.25 | 0.98 | 0.16 |
| Hex | 2C | 1 | 51 | 2E | 63 | 0 | 44 | 110 | 62 | 10 |
| Octal | 54 | 1 | 121 | 56 | 143 | 0 | 104 | 420 | 142 | 20 |
| Binary | 101100 | 1 | 1010001 | 101110 | 1100011 | 0 | 1000100 | 100010000 | 1100010 | 10000 |
Color Harmonies of #2C0151
Complementary color
Monochromatic Colors of #2C0151
Black with #2C0151
Text Example
Text Example
White with #2C0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0151; }
p { color: rgb(44,1,81); }
H1.HeaderClassName
{
color: #2C0151;
}
.AnyTagClassName
{
color: #2C0151;
}
</style>
background-color css
<style>
a { background-color: #2C0151; }
a { background-color: rgb(44,1,81); }
div.DivClassName
{
background-color: #2C0151;
}
.BgClassName
{
background-color: #2C0151;
}
</style>
border-color css
<style>
span { border-color: #2C0151; }
span { border-color: rgb(44,1,81); }
td.TdClassName
{
border-color: #2C0151;
}
.TagClassName
{
border-color: #2C0151;
}
</style>