Shades of Blackcurrant #2C1348
Tints of Blackcurrant #2C1348
RGB
CMYK
RGB Variations
Color information
#2C1348 (or 0x2C1348) is known color: Blackcurrant. HEX triplet: 2C, 13 and 48. RGB value is (44,19,72). Sum of RGB (Red+Green+Blue) = 44+19+72=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1348 is #D3ECB7. Grayscale: #202020. Windows color (decimal): -13888696 or 4723500. OLE color: 4723500.
HSL color Cylindrical-coordinate representation of color #2C1348: hue angle of 268.3º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C1348 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 19 | 72 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.72 |
| HSL | 268.3º | 0.58% | 0.18% | - |
| HSV(B) | 268.3º | 0.74% | 0.28% | - |
| XYZ | 2.44 | 1.47 | 6.29 | - |
| YUV | 32.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 72 | 0.39 | 0.74 | 0 | 0.72 | 268.3 | 0.58 | 0.18 |
| Hex | 2C | 13 | 48 | 27 | 4A | 0 | 48 | 10C | 3A | 12 |
| Octal | 54 | 23 | 110 | 47 | 112 | 0 | 110 | 414 | 72 | 22 |
| Binary | 101100 | 10011 | 1001000 | 100111 | 1001010 | 0 | 1001000 | 100001100 | 111010 | 10010 |
Color Harmonies of #2C1348
Complementary color
Monochromatic Colors of #2C1348
Black with #2C1348
Text Example
Text Example
White with #2C1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1348; }
p { color: rgb(44,19,72); }
H1.HeaderClassName
{
color: #2C1348;
}
.AnyTagClassName
{
color: #2C1348;
}
</style>
background-color css
<style>
a { background-color: #2C1348; }
a { background-color: rgb(44,19,72); }
div.DivClassName
{
background-color: #2C1348;
}
.BgClassName
{
background-color: #2C1348;
}
</style>
border-color css
<style>
span { border-color: #2C1348; }
span { border-color: rgb(44,19,72); }
td.TdClassName
{
border-color: #2C1348;
}
.TagClassName
{
border-color: #2C1348;
}
</style>