Shades of Blackcurrant #2C0D48
Tints of Blackcurrant #2C0D48
RGB
CMYK
RGB Variations
Color information
#2C0D48 (or 0x2C0D48) is known color: Blackcurrant. HEX triplet: 2C, 0D and 48. RGB value is (44,13,72). Sum of RGB (Red+Green+Blue) = 44+13+72=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C0D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0D48 is #D3F2B7. Grayscale: #1C1C1C. Windows color (decimal): -13890232 or 4721964. OLE color: 4721964.
HSL color Cylindrical-coordinate representation of color #2C0D48: hue angle of 271.53º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C0D48 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 13 | 72 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.72 |
| HSL | 271.53º | 0.69% | 0.17% | - |
| HSV(B) | 271.53º | 0.82% | 0.28% | - |
| XYZ | 2.35 | 1.29 | 6.26 | - |
| YUV | 29 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 13 | 72 | 0.39 | 0.82 | 0 | 0.72 | 271.53 | 0.69 | 0.17 |
| Hex | 2C | D | 48 | 27 | 52 | 0 | 48 | 110 | 45 | 11 |
| Octal | 54 | 15 | 110 | 47 | 122 | 0 | 110 | 420 | 105 | 21 |
| Binary | 101100 | 1101 | 1001000 | 100111 | 1010010 | 0 | 1001000 | 100010000 | 1000101 | 10001 |
Color Harmonies of #2C0D48
Complementary color
Monochromatic Colors of #2C0D48
Black with #2C0D48
Text Example
Text Example
White with #2C0D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0D48; }
p { color: rgb(44,13,72); }
H1.HeaderClassName
{
color: #2C0D48;
}
.AnyTagClassName
{
color: #2C0D48;
}
</style>
background-color css
<style>
a { background-color: #2C0D48; }
a { background-color: rgb(44,13,72); }
div.DivClassName
{
background-color: #2C0D48;
}
.BgClassName
{
background-color: #2C0D48;
}
</style>
border-color css
<style>
span { border-color: #2C0D48; }
span { border-color: rgb(44,13,72); }
td.TdClassName
{
border-color: #2C0D48;
}
.TagClassName
{
border-color: #2C0D48;
}
</style>