Shades of Blackcurrant #2C0531
Tints of Blackcurrant #2C0531
RGB
CMYK
RGB Variations
Color information
#2C0531 (or 0x2C0531) is known color: Blackcurrant. HEX triplet: 2C, 05 and 31. RGB value is (44,5,49). Sum of RGB (Red+Green+Blue) = 44+5+49=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0531 is #D3FACE. Grayscale: #151515. Windows color (decimal): -13892303 or 3212588. OLE color: 3212588.
HSL color Cylindrical-coordinate representation of color #2C0531: hue angle of 293.18º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C0531 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 5 | 49 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.81 |
| HSL | 293.18º | 0.81% | 0.11% | - |
| HSV(B) | 293.18º | 0.9% | 0.19% | - |
| XYZ | 1.65 | 0.87 | 2.99 | - |
| YUV | 21.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 49 | 0.10 | 0.90 | 0 | 0.81 | 293.18 | 0.81 | 0.11 |
| Hex | 2C | 5 | 31 | A | 5A | 0 | 51 | 125 | 51 | B |
| Octal | 54 | 5 | 61 | 12 | 132 | 0 | 121 | 445 | 121 | 13 |
| Binary | 101100 | 101 | 110001 | 1010 | 1011010 | 0 | 1010001 | 100100101 | 1010001 | 1011 |
Color Harmonies of #2C0531
Complementary color
Monochromatic Colors of #2C0531
Black with #2C0531
Text Example
Text Example
White with #2C0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0531; }
p { color: rgb(44,5,49); }
H1.HeaderClassName
{
color: #2C0531;
}
.AnyTagClassName
{
color: #2C0531;
}
</style>
background-color css
<style>
a { background-color: #2C0531; }
a { background-color: rgb(44,5,49); }
div.DivClassName
{
background-color: #2C0531;
}
.BgClassName
{
background-color: #2C0531;
}
</style>
border-color css
<style>
span { border-color: #2C0531; }
span { border-color: rgb(44,5,49); }
td.TdClassName
{
border-color: #2C0531;
}
.TagClassName
{
border-color: #2C0531;
}
</style>