Shades of Blackcurrant #2C2336
Tints of Blackcurrant #2C2336
RGB
CMYK
RGB Variations
Color information
#2C2336 (or 0x2C2336) is known color: Blackcurrant. HEX triplet: 2C, 23 and 36. RGB value is (44,35,54). Sum of RGB (Red+Green+Blue) = 44+35+54=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #2C2336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2336 is #D3DCC9. Grayscale: #272727. Windows color (decimal): -13884618 or 3547948. OLE color: 3547948.
HSL color Cylindrical-coordinate representation of color #2C2336: hue angle of 268.42º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2C2336 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 35 | 54 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.79 |
| HSL | 268.42º | 0.21% | 0.17% | - |
| HSV(B) | 268.42º | 0.35% | 0.21% | - |
| XYZ | 2.31 | 2 | 3.76 | - |
| YUV | 39.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 54 | 0.19 | 0.35 | 0 | 0.79 | 268.42 | 0.21 | 0.17 |
| Hex | 2C | 23 | 36 | 13 | 23 | 0 | 4F | 10C | 15 | 11 |
| Octal | 54 | 43 | 66 | 23 | 43 | 0 | 117 | 414 | 25 | 21 |
| Binary | 101100 | 100011 | 110110 | 10011 | 100011 | 0 | 1001111 | 100001100 | 10101 | 10001 |
Color Harmonies of #2C2336
Complementary color
Monochromatic Colors of #2C2336
Black with #2C2336
Text Example
Text Example
White with #2C2336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2336; }
p { color: rgb(44,35,54); }
H1.HeaderClassName
{
color: #2C2336;
}
.AnyTagClassName
{
color: #2C2336;
}
</style>
background-color css
<style>
a { background-color: #2C2336; }
a { background-color: rgb(44,35,54); }
div.DivClassName
{
background-color: #2C2336;
}
.BgClassName
{
background-color: #2C2336;
}
</style>
border-color css
<style>
span { border-color: #2C2336; }
span { border-color: rgb(44,35,54); }
td.TdClassName
{
border-color: #2C2336;
}
.TagClassName
{
border-color: #2C2336;
}
</style>