Shades of Blackcurrant #2C0631
Tints of Blackcurrant #2C0631
RGB
CMYK
RGB Variations
Color information
#2C0631 (or 0x2C0631) is known color: Blackcurrant. HEX triplet: 2C, 06 and 31. RGB value is (44,6,49). Sum of RGB (Red+Green+Blue) = 44+6+49=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0631 is #D3F9CE. Grayscale: #161616. Windows color (decimal): -13892047 or 3212844. OLE color: 3212844.
HSL color Cylindrical-coordinate representation of color #2C0631: hue angle of 293.02º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C0631 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 6 | 49 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.81 |
| HSL | 293.02º | 0.78% | 0.11% | - |
| HSV(B) | 293.02º | 0.88% | 0.19% | - |
| XYZ | 1.66 | 0.89 | 2.99 | - |
| YUV | 22.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 49 | 0.10 | 0.88 | 0 | 0.81 | 293.02 | 0.78 | 0.11 |
| Hex | 2C | 6 | 31 | A | 58 | 0 | 51 | 125 | 4E | B |
| Octal | 54 | 6 | 61 | 12 | 130 | 0 | 121 | 445 | 116 | 13 |
| Binary | 101100 | 110 | 110001 | 1010 | 1011000 | 0 | 1010001 | 100100101 | 1001110 | 1011 |
Color Harmonies of #2C0631
Complementary color
Monochromatic Colors of #2C0631
Black with #2C0631
Text Example
Text Example
White with #2C0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0631; }
p { color: rgb(44,6,49); }
H1.HeaderClassName
{
color: #2C0631;
}
.AnyTagClassName
{
color: #2C0631;
}
</style>
background-color css
<style>
a { background-color: #2C0631; }
a { background-color: rgb(44,6,49); }
div.DivClassName
{
background-color: #2C0631;
}
.BgClassName
{
background-color: #2C0631;
}
</style>
border-color css
<style>
span { border-color: #2C0631; }
span { border-color: rgb(44,6,49); }
td.TdClassName
{
border-color: #2C0631;
}
.TagClassName
{
border-color: #2C0631;
}
</style>