Shades of Blackcurrant #2C0448
Tints of Blackcurrant #2C0448
RGB
CMYK
RGB Variations
Color information
#2C0448 (or 0x2C0448) is known color: Blackcurrant. HEX triplet: 2C, 04 and 48. RGB value is (44,4,72). Sum of RGB (Red+Green+Blue) = 44+4+72=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0448 is #D3FBB7. Grayscale: #171717. Windows color (decimal): -13892536 or 4719660. OLE color: 4719660.
HSL color Cylindrical-coordinate representation of color #2C0448: hue angle of 275.29º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0448 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 4 | 72 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.72 |
| HSL | 275.29º | 0.89% | 0.15% | - |
| HSV(B) | 275.29º | 0.94% | 0.28% | - |
| XYZ | 2.25 | 1.09 | 6.22 | - |
| YUV | 23.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 72 | 0.39 | 0.94 | 0 | 0.72 | 275.29 | 0.89 | 0.15 |
| Hex | 2C | 4 | 48 | 27 | 5E | 0 | 48 | 113 | 59 | F |
| Octal | 54 | 4 | 110 | 47 | 136 | 0 | 110 | 423 | 131 | 17 |
| Binary | 101100 | 100 | 1001000 | 100111 | 1011110 | 0 | 1001000 | 100010011 | 1011001 | 1111 |
Color Harmonies of #2C0448
Complementary color
Monochromatic Colors of #2C0448
Black with #2C0448
Text Example
Text Example
White with #2C0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0448; }
p { color: rgb(44,4,72); }
H1.HeaderClassName
{
color: #2C0448;
}
.AnyTagClassName
{
color: #2C0448;
}
</style>
background-color css
<style>
a { background-color: #2C0448; }
a { background-color: rgb(44,4,72); }
div.DivClassName
{
background-color: #2C0448;
}
.BgClassName
{
background-color: #2C0448;
}
</style>
border-color css
<style>
span { border-color: #2C0448; }
span { border-color: rgb(44,4,72); }
td.TdClassName
{
border-color: #2C0448;
}
.TagClassName
{
border-color: #2C0448;
}
</style>