Shades of Blackcurrant #2C1243
Tints of Blackcurrant #2C1243
RGB
CMYK
RGB Variations
Color information
#2C1243 (or 0x2C1243) is known color: Blackcurrant. HEX triplet: 2C, 12 and 43. RGB value is (44,18,67). Sum of RGB (Red+Green+Blue) = 44+18+67=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #2C1243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1243 is #D3EDBC. Grayscale: #1F1F1F. Windows color (decimal): -13888957 or 4395564. OLE color: 4395564.
HSL color Cylindrical-coordinate representation of color #2C1243: hue angle of 271.84º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C1243 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 18 | 67 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.74 |
| HSL | 271.84º | 0.58% | 0.17% | - |
| HSV(B) | 271.84º | 0.73% | 0.26% | - |
| XYZ | 2.27 | 1.37 | 5.46 | - |
| YUV | 31.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 67 | 0.34 | 0.73 | 0 | 0.74 | 271.84 | 0.58 | 0.17 |
| Hex | 2C | 12 | 43 | 22 | 49 | 0 | 4A | 110 | 3A | 11 |
| Octal | 54 | 22 | 103 | 42 | 111 | 0 | 112 | 420 | 72 | 21 |
| Binary | 101100 | 10010 | 1000011 | 100010 | 1001001 | 0 | 1001010 | 100010000 | 111010 | 10001 |
Color Harmonies of #2C1243
Complementary color
Monochromatic Colors of #2C1243
Black with #2C1243
Text Example
Text Example
White with #2C1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1243; }
p { color: rgb(44,18,67); }
H1.HeaderClassName
{
color: #2C1243;
}
.AnyTagClassName
{
color: #2C1243;
}
</style>
background-color css
<style>
a { background-color: #2C1243; }
a { background-color: rgb(44,18,67); }
div.DivClassName
{
background-color: #2C1243;
}
.BgClassName
{
background-color: #2C1243;
}
</style>
border-color css
<style>
span { border-color: #2C1243; }
span { border-color: rgb(44,18,67); }
td.TdClassName
{
border-color: #2C1243;
}
.TagClassName
{
border-color: #2C1243;
}
</style>