Shades of Blackcurrant #2C2236
Tints of Blackcurrant #2C2236
RGB
CMYK
RGB Variations
Color information
#2C2236 (or 0x2C2236) is known color: Blackcurrant. HEX triplet: 2C, 22 and 36. RGB value is (44,34,54). Sum of RGB (Red+Green+Blue) = 44+34+54=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #2C2236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2236 is #D3DDC9. Grayscale: #272727. Windows color (decimal): -13884874 or 3547692. OLE color: 3547692.
HSL color Cylindrical-coordinate representation of color #2C2236: hue angle of 270º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C2236 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 34 | 54 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.79 |
| HSL | 270º | 0.23% | 0.17% | - |
| HSV(B) | 270º | 0.37% | 0.21% | - |
| XYZ | 2.28 | 1.95 | 3.75 | - |
| YUV | 39.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 34 | 54 | 0.19 | 0.37 | 0 | 0.79 | 270 | 0.23 | 0.17 |
| Hex | 2C | 22 | 36 | 13 | 25 | 0 | 4F | 10E | 17 | 11 |
| Octal | 54 | 42 | 66 | 23 | 45 | 0 | 117 | 416 | 27 | 21 |
| Binary | 101100 | 100010 | 110110 | 10011 | 100101 | 0 | 1001111 | 100001110 | 10111 | 10001 |
Color Harmonies of #2C2236
Complementary color
Monochromatic Colors of #2C2236
Black with #2C2236
Text Example
Text Example
White with #2C2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2236; }
p { color: rgb(44,34,54); }
H1.HeaderClassName
{
color: #2C2236;
}
.AnyTagClassName
{
color: #2C2236;
}
</style>
background-color css
<style>
a { background-color: #2C2236; }
a { background-color: rgb(44,34,54); }
div.DivClassName
{
background-color: #2C2236;
}
.BgClassName
{
background-color: #2C2236;
}
</style>
border-color css
<style>
span { border-color: #2C2236; }
span { border-color: rgb(44,34,54); }
td.TdClassName
{
border-color: #2C2236;
}
.TagClassName
{
border-color: #2C2236;
}
</style>