Shades of Blackcurrant #2C2435
Tints of Blackcurrant #2C2435
RGB
CMYK
RGB Variations
Color information
#2C2435 (or 0x2C2435) is known color: Blackcurrant. HEX triplet: 2C, 24 and 35. RGB value is (44,36,53). Sum of RGB (Red+Green+Blue) = 44+36+53=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #2C2435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2435 is #D3DBCA. Grayscale: #282828. Windows color (decimal): -13884363 or 3482668. OLE color: 3482668.
HSL color Cylindrical-coordinate representation of color #2C2435: hue angle of 268.24º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C2435 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 36 | 53 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.79 |
| HSL | 268.24º | 0.19% | 0.17% | - |
| HSV(B) | 268.24º | 0.32% | 0.21% | - |
| XYZ | 2.31 | 2.05 | 3.64 | - |
| YUV | 40.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 53 | 0.17 | 0.32 | 0 | 0.79 | 268.24 | 0.19 | 0.17 |
| Hex | 2C | 24 | 35 | 11 | 20 | 0 | 4F | 10C | 13 | 11 |
| Octal | 54 | 44 | 65 | 21 | 40 | 0 | 117 | 414 | 23 | 21 |
| Binary | 101100 | 100100 | 110101 | 10001 | 100000 | 0 | 1001111 | 100001100 | 10011 | 10001 |
Color Harmonies of #2C2435
Complementary color
Monochromatic Colors of #2C2435
Black with #2C2435
Text Example
Text Example
White with #2C2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2435; }
p { color: rgb(44,36,53); }
H1.HeaderClassName
{
color: #2C2435;
}
.AnyTagClassName
{
color: #2C2435;
}
</style>
background-color css
<style>
a { background-color: #2C2435; }
a { background-color: rgb(44,36,53); }
div.DivClassName
{
background-color: #2C2435;
}
.BgClassName
{
background-color: #2C2435;
}
</style>
border-color css
<style>
span { border-color: #2C2435; }
span { border-color: rgb(44,36,53); }
td.TdClassName
{
border-color: #2C2435;
}
.TagClassName
{
border-color: #2C2435;
}
</style>