Shades of Blackcurrant #2C2230
Tints of Blackcurrant #2C2230
RGB
CMYK
RGB Variations
Color information
#2C2230 (or 0x2C2230) is known color: Blackcurrant. HEX triplet: 2C, 22 and 30. RGB value is (44,34,48). Sum of RGB (Red+Green+Blue) = 44+34+48=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2230 is #D3DDCF. Grayscale: #262626. Windows color (decimal): -13884880 or 3154476. OLE color: 3154476.
HSL color Cylindrical-coordinate representation of color #2C2230: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2C2230 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 34 | 48 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.81 |
| HSL | 282.86º | 0.17% | 0.16% | - |
| HSV(B) | 282.86º | 0.29% | 0.19% | - |
| XYZ | 2.14 | 1.89 | 3.05 | - |
| YUV | 38.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 34 | 48 | 0.08 | 0.29 | 0 | 0.81 | 282.86 | 0.17 | 0.16 |
| Hex | 2C | 22 | 30 | 8 | 1D | 0 | 51 | 11B | 11 | 10 |
| Octal | 54 | 42 | 60 | 10 | 35 | 0 | 121 | 433 | 21 | 20 |
| Binary | 101100 | 100010 | 110000 | 1000 | 11101 | 0 | 1010001 | 100011011 | 10001 | 10000 |
Color Harmonies of #2C2230
Complementary color
Monochromatic Colors of #2C2230
Black with #2C2230
Text Example
Text Example
White with #2C2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2230; }
p { color: rgb(44,34,48); }
H1.HeaderClassName
{
color: #2C2230;
}
.AnyTagClassName
{
color: #2C2230;
}
</style>
background-color css
<style>
a { background-color: #2C2230; }
a { background-color: rgb(44,34,48); }
div.DivClassName
{
background-color: #2C2230;
}
.BgClassName
{
background-color: #2C2230;
}
</style>
border-color css
<style>
span { border-color: #2C2230; }
span { border-color: rgb(44,34,48); }
td.TdClassName
{
border-color: #2C2230;
}
.TagClassName
{
border-color: #2C2230;
}
</style>