Shades of Blackcurrant #2C1244
Tints of Blackcurrant #2C1244
RGB
CMYK
RGB Variations
Color information
#2C1244 (or 0x2C1244) is known color: Blackcurrant. HEX triplet: 2C, 12 and 44. RGB value is (44,18,68). Sum of RGB (Red+Green+Blue) = 44+18+68=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #2C1244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1244 is #D3EDBB. Grayscale: #1F1F1F. Windows color (decimal): -13888956 or 4461100. OLE color: 4461100.
HSL color Cylindrical-coordinate representation of color #2C1244: hue angle of 271.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C1244 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 18 | 68 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.73 |
| HSL | 271.2º | 0.58% | 0.17% | - |
| HSV(B) | 271.2º | 0.74% | 0.27% | - |
| XYZ | 2.3 | 1.39 | 5.62 | - |
| YUV | 31.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 68 | 0.35 | 0.74 | 0 | 0.73 | 271.2 | 0.58 | 0.17 |
| Hex | 2C | 12 | 44 | 23 | 4A | 0 | 49 | 10F | 3A | 11 |
| Octal | 54 | 22 | 104 | 43 | 112 | 0 | 111 | 417 | 72 | 21 |
| Binary | 101100 | 10010 | 1000100 | 100011 | 1001010 | 0 | 1001001 | 100001111 | 111010 | 10001 |
Color Harmonies of #2C1244
Complementary color
Monochromatic Colors of #2C1244
Black with #2C1244
Text Example
Text Example
White with #2C1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1244; }
p { color: rgb(44,18,68); }
H1.HeaderClassName
{
color: #2C1244;
}
.AnyTagClassName
{
color: #2C1244;
}
</style>
background-color css
<style>
a { background-color: #2C1244; }
a { background-color: rgb(44,18,68); }
div.DivClassName
{
background-color: #2C1244;
}
.BgClassName
{
background-color: #2C1244;
}
</style>
border-color css
<style>
span { border-color: #2C1244; }
span { border-color: rgb(44,18,68); }
td.TdClassName
{
border-color: #2C1244;
}
.TagClassName
{
border-color: #2C1244;
}
</style>