Shades of Blackcurrant #2C1534
Tints of Blackcurrant #2C1534
RGB
CMYK
RGB Variations
Color information
#2C1534 (or 0x2C1534) is known color: Blackcurrant. HEX triplet: 2C, 15 and 34. RGB value is (44,21,52). Sum of RGB (Red+Green+Blue) = 44+21+52=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C1534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1534 is #D3EACB. Grayscale: #1F1F1F. Windows color (decimal): -13888204 or 3413292. OLE color: 3413292.
HSL color Cylindrical-coordinate representation of color #2C1534: hue angle of 284.52º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C1534 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 21 | 52 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.80 |
| HSL | 284.52º | 0.42% | 0.14% | - |
| HSV(B) | 284.52º | 0.6% | 0.2% | - |
| XYZ | 1.93 | 1.32 | 3.4 | - |
| YUV | 31.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 52 | 0.15 | 0.60 | 0 | 0.80 | 284.52 | 0.42 | 0.14 |
| Hex | 2C | 15 | 34 | F | 3C | 0 | 50 | 11D | 2A | E |
| Octal | 54 | 25 | 64 | 17 | 74 | 0 | 120 | 435 | 52 | 16 |
| Binary | 101100 | 10101 | 110100 | 1111 | 111100 | 0 | 1010000 | 100011101 | 101010 | 1110 |
Color Harmonies of #2C1534
Complementary color
Monochromatic Colors of #2C1534
Black with #2C1534
Text Example
Text Example
White with #2C1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1534; }
p { color: rgb(44,21,52); }
H1.HeaderClassName
{
color: #2C1534;
}
.AnyTagClassName
{
color: #2C1534;
}
</style>
background-color css
<style>
a { background-color: #2C1534; }
a { background-color: rgb(44,21,52); }
div.DivClassName
{
background-color: #2C1534;
}
.BgClassName
{
background-color: #2C1534;
}
</style>
border-color css
<style>
span { border-color: #2C1534; }
span { border-color: rgb(44,21,52); }
td.TdClassName
{
border-color: #2C1534;
}
.TagClassName
{
border-color: #2C1534;
}
</style>