Shades of Blackcurrant #2C063C
Tints of Blackcurrant #2C063C
RGB
CMYK
RGB Variations
Color information
#2C063C (or 0x2C063C) is known color: Blackcurrant. HEX triplet: 2C, 06 and 3C. RGB value is (44,6,60). Sum of RGB (Red+Green+Blue) = 44+6+60=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C063C is #D3F9C3. Grayscale: #171717. Windows color (decimal): -13892036 or 3933740. OLE color: 3933740.
HSL color Cylindrical-coordinate representation of color #2C063C: hue angle of 282.22º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C063C is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 6 | 60 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.76 |
| HSL | 282.22º | 0.82% | 0.13% | - |
| HSV(B) | 282.22º | 0.9% | 0.24% | - |
| XYZ | 1.92 | 0.99 | 4.37 | - |
| YUV | 23.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 60 | 0.27 | 0.90 | 0 | 0.76 | 282.22 | 0.82 | 0.13 |
| Hex | 2C | 6 | 3C | 1B | 5A | 0 | 4C | 11A | 52 | D |
| Octal | 54 | 6 | 74 | 33 | 132 | 0 | 114 | 432 | 122 | 15 |
| Binary | 101100 | 110 | 111100 | 11011 | 1011010 | 0 | 1001100 | 100011010 | 1010010 | 1101 |
Color Harmonies of #2C063C
Complementary color
Monochromatic Colors of #2C063C
Black with #2C063C
Text Example
Text Example
White with #2C063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C063C; }
p { color: rgb(44,6,60); }
H1.HeaderClassName
{
color: #2C063C;
}
.AnyTagClassName
{
color: #2C063C;
}
</style>
background-color css
<style>
a { background-color: #2C063C; }
a { background-color: rgb(44,6,60); }
div.DivClassName
{
background-color: #2C063C;
}
.BgClassName
{
background-color: #2C063C;
}
</style>
border-color css
<style>
span { border-color: #2C063C; }
span { border-color: rgb(44,6,60); }
td.TdClassName
{
border-color: #2C063C;
}
.TagClassName
{
border-color: #2C063C;
}
</style>