Shades of Blackcurrant #2C1734
Tints of Blackcurrant #2C1734
RGB
CMYK
RGB Variations
Color information
#2C1734 (or 0x2C1734) is known color: Blackcurrant. HEX triplet: 2C, 17 and 34. RGB value is (44,23,52). Sum of RGB (Red+Green+Blue) = 44+23+52=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C1734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1734 is #D3E8CB. Grayscale: #202020. Windows color (decimal): -13887692 or 3413804. OLE color: 3413804.
HSL color Cylindrical-coordinate representation of color #2C1734: hue angle of 283.45º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C1734 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 23 | 52 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.80 |
| HSL | 283.45º | 0.39% | 0.15% | - |
| HSV(B) | 283.45º | 0.56% | 0.2% | - |
| XYZ | 1.96 | 1.4 | 3.41 | - |
| YUV | 32.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 52 | 0.15 | 0.56 | 0 | 0.80 | 283.45 | 0.39 | 0.15 |
| Hex | 2C | 17 | 34 | F | 38 | 0 | 50 | 11B | 27 | F |
| Octal | 54 | 27 | 64 | 17 | 70 | 0 | 120 | 433 | 47 | 17 |
| Binary | 101100 | 10111 | 110100 | 1111 | 111000 | 0 | 1010000 | 100011011 | 100111 | 1111 |
Color Harmonies of #2C1734
Complementary color
Monochromatic Colors of #2C1734
Black with #2C1734
Text Example
Text Example
White with #2C1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1734; }
p { color: rgb(44,23,52); }
H1.HeaderClassName
{
color: #2C1734;
}
.AnyTagClassName
{
color: #2C1734;
}
</style>
background-color css
<style>
a { background-color: #2C1734; }
a { background-color: rgb(44,23,52); }
div.DivClassName
{
background-color: #2C1734;
}
.BgClassName
{
background-color: #2C1734;
}
</style>
border-color css
<style>
span { border-color: #2C1734; }
span { border-color: rgb(44,23,52); }
td.TdClassName
{
border-color: #2C1734;
}
.TagClassName
{
border-color: #2C1734;
}
</style>