Shades of Blackcurrant #2C1640
Tints of Blackcurrant #2C1640
RGB
CMYK
RGB Variations
Color information
#2C1640 (or 0x2C1640) is known color: Blackcurrant. HEX triplet: 2C, 16 and 40. RGB value is (44,22,64). Sum of RGB (Red+Green+Blue) = 44+22+64=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C1640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1640 is #D3E9BF. Grayscale: #212121. Windows color (decimal): -13887936 or 4199980. OLE color: 4199980.
HSL color Cylindrical-coordinate representation of color #2C1640: hue angle of 271.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C1640 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 22 | 64 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.75 |
| HSL | 271.43º | 0.49% | 0.17% | - |
| HSV(B) | 271.43º | 0.66% | 0.25% | - |
| XYZ | 2.25 | 1.48 | 5.02 | - |
| YUV | 33.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 22 | 64 | 0.31 | 0.66 | 0 | 0.75 | 271.43 | 0.49 | 0.17 |
| Hex | 2C | 16 | 40 | 1F | 42 | 0 | 4B | 10F | 31 | 11 |
| Octal | 54 | 26 | 100 | 37 | 102 | 0 | 113 | 417 | 61 | 21 |
| Binary | 101100 | 10110 | 1000000 | 11111 | 1000010 | 0 | 1001011 | 100001111 | 110001 | 10001 |
Color Harmonies of #2C1640
Complementary color
Monochromatic Colors of #2C1640
Black with #2C1640
Text Example
Text Example
White with #2C1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1640; }
p { color: rgb(44,22,64); }
H1.HeaderClassName
{
color: #2C1640;
}
.AnyTagClassName
{
color: #2C1640;
}
</style>
background-color css
<style>
a { background-color: #2C1640; }
a { background-color: rgb(44,22,64); }
div.DivClassName
{
background-color: #2C1640;
}
.BgClassName
{
background-color: #2C1640;
}
</style>
border-color css
<style>
span { border-color: #2C1640; }
span { border-color: rgb(44,22,64); }
td.TdClassName
{
border-color: #2C1640;
}
.TagClassName
{
border-color: #2C1640;
}
</style>