Shades of Blackcurrant #2C0C48
Tints of Blackcurrant #2C0C48
RGB
CMYK
RGB Variations
Color information
#2C0C48 (or 0x2C0C48) is known color: Blackcurrant. HEX triplet: 2C, 0C and 48. RGB value is (44,12,72). Sum of RGB (Red+Green+Blue) = 44+12+72=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C0C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0C48 is #D3F3B7. Grayscale: #1C1C1C. Windows color (decimal): -13890488 or 4721708. OLE color: 4721708.
HSL color Cylindrical-coordinate representation of color #2C0C48: hue angle of 272º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C0C48 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 12 | 72 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.72 |
| HSL | 272º | 0.71% | 0.16% | - |
| HSV(B) | 272º | 0.83% | 0.28% | - |
| XYZ | 2.34 | 1.27 | 6.25 | - |
| YUV | 28.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 12 | 72 | 0.39 | 0.83 | 0 | 0.72 | 272 | 0.71 | 0.16 |
| Hex | 2C | C | 48 | 27 | 53 | 0 | 48 | 110 | 47 | 10 |
| Octal | 54 | 14 | 110 | 47 | 123 | 0 | 110 | 420 | 107 | 20 |
| Binary | 101100 | 1100 | 1001000 | 100111 | 1010011 | 0 | 1001000 | 100010000 | 1000111 | 10000 |
Color Harmonies of #2C0C48
Complementary color
Monochromatic Colors of #2C0C48
Black with #2C0C48
Text Example
Text Example
White with #2C0C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0C48; }
p { color: rgb(44,12,72); }
H1.HeaderClassName
{
color: #2C0C48;
}
.AnyTagClassName
{
color: #2C0C48;
}
</style>
background-color css
<style>
a { background-color: #2C0C48; }
a { background-color: rgb(44,12,72); }
div.DivClassName
{
background-color: #2C0C48;
}
.BgClassName
{
background-color: #2C0C48;
}
</style>
border-color css
<style>
span { border-color: #2C0C48; }
span { border-color: rgb(44,12,72); }
td.TdClassName
{
border-color: #2C0C48;
}
.TagClassName
{
border-color: #2C0C48;
}
</style>