Shades of Blackcurrant #2C1234
Tints of Blackcurrant #2C1234
RGB
CMYK
RGB Variations
Color information
#2C1234 (or 0x2C1234) is known color: Blackcurrant. HEX triplet: 2C, 12 and 34. RGB value is (44,18,52). Sum of RGB (Red+Green+Blue) = 44+18+52=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C1234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1234 is #D3EDCB. Grayscale: #1D1D1D. Windows color (decimal): -13888972 or 3412524. OLE color: 3412524.
HSL color Cylindrical-coordinate representation of color #2C1234: hue angle of 285.88º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C1234 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 18 | 52 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.80 |
| HSL | 285.88º | 0.49% | 0.14% | - |
| HSV(B) | 285.88º | 0.65% | 0.2% | - |
| XYZ | 1.87 | 1.22 | 3.38 | - |
| YUV | 29.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 52 | 0.15 | 0.65 | 0 | 0.80 | 285.88 | 0.49 | 0.14 |
| Hex | 2C | 12 | 34 | F | 41 | 0 | 50 | 11E | 31 | E |
| Octal | 54 | 22 | 64 | 17 | 101 | 0 | 120 | 436 | 61 | 16 |
| Binary | 101100 | 10010 | 110100 | 1111 | 1000001 | 0 | 1010000 | 100011110 | 110001 | 1110 |
Color Harmonies of #2C1234
Complementary color
Monochromatic Colors of #2C1234
Black with #2C1234
Text Example
Text Example
White with #2C1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1234; }
p { color: rgb(44,18,52); }
H1.HeaderClassName
{
color: #2C1234;
}
.AnyTagClassName
{
color: #2C1234;
}
</style>
background-color css
<style>
a { background-color: #2C1234; }
a { background-color: rgb(44,18,52); }
div.DivClassName
{
background-color: #2C1234;
}
.BgClassName
{
background-color: #2C1234;
}
</style>
border-color css
<style>
span { border-color: #2C1234; }
span { border-color: rgb(44,18,52); }
td.TdClassName
{
border-color: #2C1234;
}
.TagClassName
{
border-color: #2C1234;
}
</style>