Shades of Blackcurrant #2E183C
Tints of Blackcurrant #2E183C
RGB
CMYK
RGB Variations
Color information
#2E183C (or 0x2E183C) is known color: Blackcurrant. HEX triplet: 2E, 18 and 3C. RGB value is (46,24,60). Sum of RGB (Red+Green+Blue) = 46+24+60=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E183C is #D1E7C3. Grayscale: #222222. Windows color (decimal): -13756356 or 3938350. OLE color: 3938350.
HSL color Cylindrical-coordinate representation of color #2E183C: hue angle of 276.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E183C is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 24 | 60 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.76 |
| HSL | 276.67º | 0.43% | 0.16% | - |
| HSV(B) | 276.67º | 0.6% | 0.24% | - |
| XYZ | 2.27 | 1.56 | 4.46 | - |
| YUV | 34.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 60 | 0.23 | 0.60 | 0 | 0.76 | 276.67 | 0.43 | 0.16 |
| Hex | 2E | 18 | 3C | 17 | 3C | 0 | 4C | 115 | 2B | 10 |
| Octal | 56 | 30 | 74 | 27 | 74 | 0 | 114 | 425 | 53 | 20 |
| Binary | 101110 | 11000 | 111100 | 10111 | 111100 | 0 | 1001100 | 100010101 | 101011 | 10000 |
Color Harmonies of #2E183C
Complementary color
Monochromatic Colors of #2E183C
Black with #2E183C
Text Example
Text Example
White with #2E183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E183C; }
p { color: rgb(46,24,60); }
H1.HeaderClassName
{
color: #2E183C;
}
.AnyTagClassName
{
color: #2E183C;
}
</style>
background-color css
<style>
a { background-color: #2E183C; }
a { background-color: rgb(46,24,60); }
div.DivClassName
{
background-color: #2E183C;
}
.BgClassName
{
background-color: #2E183C;
}
</style>
border-color css
<style>
span { border-color: #2E183C; }
span { border-color: rgb(46,24,60); }
td.TdClassName
{
border-color: #2E183C;
}
.TagClassName
{
border-color: #2E183C;
}
</style>