Shades of Blackcurrant #2C183D
Tints of Blackcurrant #2C183D
RGB
CMYK
RGB Variations
Color information
#2C183D (or 0x2C183D) is known color: Blackcurrant. HEX triplet: 2C, 18 and 3D. RGB value is (44,24,61). Sum of RGB (Red+Green+Blue) = 44+24+61=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C183D is #D3E7C2. Grayscale: #222222. Windows color (decimal): -13887427 or 4003884. OLE color: 4003884.
HSL color Cylindrical-coordinate representation of color #2C183D: hue angle of 272.43º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C183D is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 24 | 61 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.76 |
| HSL | 272.43º | 0.44% | 0.17% | - |
| HSV(B) | 272.43º | 0.61% | 0.24% | - |
| XYZ | 2.21 | 1.53 | 4.59 | - |
| YUV | 34.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 24 | 61 | 0.28 | 0.61 | 0 | 0.76 | 272.43 | 0.44 | 0.17 |
| Hex | 2C | 18 | 3D | 1C | 3D | 0 | 4C | 110 | 2C | 11 |
| Octal | 54 | 30 | 75 | 34 | 75 | 0 | 114 | 420 | 54 | 21 |
| Binary | 101100 | 11000 | 111101 | 11100 | 111101 | 0 | 1001100 | 100010000 | 101100 | 10001 |
Color Harmonies of #2C183D
Complementary color
Monochromatic Colors of #2C183D
Black with #2C183D
Text Example
Text Example
White with #2C183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C183D; }
p { color: rgb(44,24,61); }
H1.HeaderClassName
{
color: #2C183D;
}
.AnyTagClassName
{
color: #2C183D;
}
</style>
background-color css
<style>
a { background-color: #2C183D; }
a { background-color: rgb(44,24,61); }
div.DivClassName
{
background-color: #2C183D;
}
.BgClassName
{
background-color: #2C183D;
}
</style>
border-color css
<style>
span { border-color: #2C183D; }
span { border-color: rgb(44,24,61); }
td.TdClassName
{
border-color: #2C183D;
}
.TagClassName
{
border-color: #2C183D;
}
</style>