Shades of Blackcurrant #2C1742
Tints of Blackcurrant #2C1742
RGB
CMYK
RGB Variations
Color information
#2C1742 (or 0x2C1742) is known color: Blackcurrant. HEX triplet: 2C, 17 and 42. RGB value is (44,23,66). Sum of RGB (Red+Green+Blue) = 44+23+66=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #2C1742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1742 is #D3E8BD. Grayscale: #222222. Windows color (decimal): -13887678 or 4331308. OLE color: 4331308.
HSL color Cylindrical-coordinate representation of color #2C1742: hue angle of 269.3º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C1742 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 23 | 66 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.74 |
| HSL | 269.3º | 0.48% | 0.17% | - |
| HSV(B) | 269.3º | 0.65% | 0.26% | - |
| XYZ | 2.33 | 1.54 | 5.33 | - |
| YUV | 34.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 66 | 0.33 | 0.65 | 0 | 0.74 | 269.3 | 0.48 | 0.17 |
| Hex | 2C | 17 | 42 | 21 | 41 | 0 | 4A | 10D | 30 | 11 |
| Octal | 54 | 27 | 102 | 41 | 101 | 0 | 112 | 415 | 60 | 21 |
| Binary | 101100 | 10111 | 1000010 | 100001 | 1000001 | 0 | 1001010 | 100001101 | 110000 | 10001 |
Color Harmonies of #2C1742
Complementary color
Monochromatic Colors of #2C1742
Black with #2C1742
Text Example
Text Example
White with #2C1742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1742; }
p { color: rgb(44,23,66); }
H1.HeaderClassName
{
color: #2C1742;
}
.AnyTagClassName
{
color: #2C1742;
}
</style>
background-color css
<style>
a { background-color: #2C1742; }
a { background-color: rgb(44,23,66); }
div.DivClassName
{
background-color: #2C1742;
}
.BgClassName
{
background-color: #2C1742;
}
</style>
border-color css
<style>
span { border-color: #2C1742; }
span { border-color: rgb(44,23,66); }
td.TdClassName
{
border-color: #2C1742;
}
.TagClassName
{
border-color: #2C1742;
}
</style>