Shades of Blackcurrant #2C0234
Tints of Blackcurrant #2C0234
RGB
CMYK
RGB Variations
Color information
#2C0234 (or 0x2C0234) is known color: Blackcurrant. HEX triplet: 2C, 02 and 34. RGB value is (44,2,52). Sum of RGB (Red+Green+Blue) = 44+2+52=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C0234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0234 is #D3FDCB. Grayscale: #141414. Windows color (decimal): -13893068 or 3408428. OLE color: 3408428.
HSL color Cylindrical-coordinate representation of color #2C0234: hue angle of 290.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0234 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 2 | 52 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.80 |
| HSL | 290.4º | 0.93% | 0.11% | - |
| HSV(B) | 290.4º | 0.96% | 0.2% | - |
| XYZ | 1.68 | 0.83 | 3.32 | - |
| YUV | 20.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 52 | 0.15 | 0.96 | 0 | 0.80 | 290.4 | 0.93 | 0.11 |
| Hex | 2C | 2 | 34 | F | 60 | 0 | 50 | 122 | 5D | B |
| Octal | 54 | 2 | 64 | 17 | 140 | 0 | 120 | 442 | 135 | 13 |
| Binary | 101100 | 10 | 110100 | 1111 | 1100000 | 0 | 1010000 | 100100010 | 1011101 | 1011 |
Color Harmonies of #2C0234
Complementary color
Monochromatic Colors of #2C0234
Black with #2C0234
Text Example
Text Example
White with #2C0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0234; }
p { color: rgb(44,2,52); }
H1.HeaderClassName
{
color: #2C0234;
}
.AnyTagClassName
{
color: #2C0234;
}
</style>
background-color css
<style>
a { background-color: #2C0234; }
a { background-color: rgb(44,2,52); }
div.DivClassName
{
background-color: #2C0234;
}
.BgClassName
{
background-color: #2C0234;
}
</style>
border-color css
<style>
span { border-color: #2C0234; }
span { border-color: rgb(44,2,52); }
td.TdClassName
{
border-color: #2C0234;
}
.TagClassName
{
border-color: #2C0234;
}
</style>