Shades of Blackcurrant #2C084C
Tints of Blackcurrant #2C084C
RGB
CMYK
RGB Variations
Color information
#2C084C (or 0x2C084C) is known color: Blackcurrant. HEX triplet: 2C, 08 and 4C. RGB value is (44,8,76). Sum of RGB (Red+Green+Blue) = 44+8+76=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C084C is #D3F7B3. Grayscale: #1A1A1A. Windows color (decimal): -13891508 or 4982828. OLE color: 4982828.
HSL color Cylindrical-coordinate representation of color #2C084C: hue angle of 271.76º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C084C is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 8 | 76 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.70 |
| HSL | 271.76º | 0.81% | 0.16% | - |
| HSV(B) | 271.76º | 0.89% | 0.3% | - |
| XYZ | 2.43 | 1.23 | 6.95 | - |
| YUV | 26.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 76 | 0.42 | 0.89 | 0 | 0.70 | 271.76 | 0.81 | 0.16 |
| Hex | 2C | 8 | 4C | 2A | 59 | 0 | 46 | 110 | 51 | 10 |
| Octal | 54 | 10 | 114 | 52 | 131 | 0 | 106 | 420 | 121 | 20 |
| Binary | 101100 | 1000 | 1001100 | 101010 | 1011001 | 0 | 1000110 | 100010000 | 1010001 | 10000 |
Color Harmonies of #2C084C
Complementary color
Monochromatic Colors of #2C084C
Black with #2C084C
Text Example
Text Example
White with #2C084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C084C; }
p { color: rgb(44,8,76); }
H1.HeaderClassName
{
color: #2C084C;
}
.AnyTagClassName
{
color: #2C084C;
}
</style>
background-color css
<style>
a { background-color: #2C084C; }
a { background-color: rgb(44,8,76); }
div.DivClassName
{
background-color: #2C084C;
}
.BgClassName
{
background-color: #2C084C;
}
</style>
border-color css
<style>
span { border-color: #2C084C; }
span { border-color: rgb(44,8,76); }
td.TdClassName
{
border-color: #2C084C;
}
.TagClassName
{
border-color: #2C084C;
}
</style>