Shades of Blackcurrant #2C0B47
Tints of Blackcurrant #2C0B47
RGB
CMYK
RGB Variations
Color information
#2C0B47 (or 0x2C0B47) is known color: Blackcurrant. HEX triplet: 2C, 0B and 47. RGB value is (44,11,71). Sum of RGB (Red+Green+Blue) = 44+11+71=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C0B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0B47 is #D3F4B8. Grayscale: #1B1B1B. Windows color (decimal): -13890745 or 4655916. OLE color: 4655916.
HSL color Cylindrical-coordinate representation of color #2C0B47: hue angle of 273º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C0B47 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 11 | 71 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.72 |
| HSL | 273º | 0.73% | 0.16% | - |
| HSV(B) | 273º | 0.85% | 0.28% | - |
| XYZ | 2.3 | 1.23 | 6.08 | - |
| YUV | 27.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 71 | 0.38 | 0.85 | 0 | 0.72 | 273 | 0.73 | 0.16 |
| Hex | 2C | B | 47 | 26 | 55 | 0 | 48 | 111 | 49 | 10 |
| Octal | 54 | 13 | 107 | 46 | 125 | 0 | 110 | 421 | 111 | 20 |
| Binary | 101100 | 1011 | 1000111 | 100110 | 1010101 | 0 | 1001000 | 100010001 | 1001001 | 10000 |
Color Harmonies of #2C0B47
Complementary color
Monochromatic Colors of #2C0B47
Black with #2C0B47
Text Example
Text Example
White with #2C0B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0B47; }
p { color: rgb(44,11,71); }
H1.HeaderClassName
{
color: #2C0B47;
}
.AnyTagClassName
{
color: #2C0B47;
}
</style>
background-color css
<style>
a { background-color: #2C0B47; }
a { background-color: rgb(44,11,71); }
div.DivClassName
{
background-color: #2C0B47;
}
.BgClassName
{
background-color: #2C0B47;
}
</style>
border-color css
<style>
span { border-color: #2C0B47; }
span { border-color: rgb(44,11,71); }
td.TdClassName
{
border-color: #2C0B47;
}
.TagClassName
{
border-color: #2C0B47;
}
</style>