Shades of Blackcurrant #2C1248
Tints of Blackcurrant #2C1248
RGB
CMYK
RGB Variations
Color information
#2C1248 (or 0x2C1248) is known color: Blackcurrant. HEX triplet: 2C, 12 and 48. RGB value is (44,18,72). Sum of RGB (Red+Green+Blue) = 44+18+72=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1248 is #D3EDB7. Grayscale: #1F1F1F. Windows color (decimal): -13888952 or 4723244. OLE color: 4723244.
HSL color Cylindrical-coordinate representation of color #2C1248: hue angle of 268.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C1248 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 18 | 72 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.72 |
| HSL | 268.89º | 0.6% | 0.18% | - |
| HSV(B) | 268.89º | 0.75% | 0.28% | - |
| XYZ | 2.42 | 1.44 | 6.28 | - |
| YUV | 31.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 72 | 0.39 | 0.75 | 0 | 0.72 | 268.89 | 0.6 | 0.18 |
| Hex | 2C | 12 | 48 | 27 | 4B | 0 | 48 | 10D | 3C | 12 |
| Octal | 54 | 22 | 110 | 47 | 113 | 0 | 110 | 415 | 74 | 22 |
| Binary | 101100 | 10010 | 1001000 | 100111 | 1001011 | 0 | 1001000 | 100001101 | 111100 | 10010 |
Color Harmonies of #2C1248
Complementary color
Monochromatic Colors of #2C1248
Black with #2C1248
Text Example
Text Example
White with #2C1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1248; }
p { color: rgb(44,18,72); }
H1.HeaderClassName
{
color: #2C1248;
}
.AnyTagClassName
{
color: #2C1248;
}
</style>
background-color css
<style>
a { background-color: #2C1248; }
a { background-color: rgb(44,18,72); }
div.DivClassName
{
background-color: #2C1248;
}
.BgClassName
{
background-color: #2C1248;
}
</style>
border-color css
<style>
span { border-color: #2C1248; }
span { border-color: rgb(44,18,72); }
td.TdClassName
{
border-color: #2C1248;
}
.TagClassName
{
border-color: #2C1248;
}
</style>