Shades of Blackcurrant #2C2630
Tints of Blackcurrant #2C2630
RGB
CMYK
RGB Variations
Color information
#2C2630 (or 0x2C2630) is known color: Blackcurrant. HEX triplet: 2C, 26 and 30. RGB value is (44,38,48). Sum of RGB (Red+Green+Blue) = 44+38+48=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C2630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2630 is #D3D9CF. Grayscale: #282828. Windows color (decimal): -13883856 or 3155500. OLE color: 3155500.
HSL color Cylindrical-coordinate representation of color #2C2630: hue angle of 276º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2C2630 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 38 | 48 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.81 |
| HSL | 276º | 0.12% | 0.17% | - |
| HSV(B) | 276º | 0.21% | 0.19% | - |
| XYZ | 2.27 | 2.14 | 3.09 | - |
| YUV | 40.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 48 | 0.08 | 0.21 | 0 | 0.81 | 276 | 0.12 | 0.17 |
| Hex | 2C | 26 | 30 | 8 | 15 | 0 | 51 | 114 | C | 11 |
| Octal | 54 | 46 | 60 | 10 | 25 | 0 | 121 | 424 | 14 | 21 |
| Binary | 101100 | 100110 | 110000 | 1000 | 10101 | 0 | 1010001 | 100010100 | 1100 | 10001 |
Color Harmonies of #2C2630
Complementary color
Monochromatic Colors of #2C2630
Black with #2C2630
Text Example
Text Example
White with #2C2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2630; }
p { color: rgb(44,38,48); }
H1.HeaderClassName
{
color: #2C2630;
}
.AnyTagClassName
{
color: #2C2630;
}
</style>
background-color css
<style>
a { background-color: #2C2630; }
a { background-color: rgb(44,38,48); }
div.DivClassName
{
background-color: #2C2630;
}
.BgClassName
{
background-color: #2C2630;
}
</style>
border-color css
<style>
span { border-color: #2C2630; }
span { border-color: rgb(44,38,48); }
td.TdClassName
{
border-color: #2C2630;
}
.TagClassName
{
border-color: #2C2630;
}
</style>