Shades of Blackcurrant #2E2038
Tints of Blackcurrant #2E2038
RGB
CMYK
RGB Variations
Color information
#2E2038 (or 0x2E2038) is known color: Blackcurrant. HEX triplet: 2E, 20 and 38. RGB value is (46,32,56). Sum of RGB (Red+Green+Blue) = 46+32+56=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E2038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2038 is #D1DFC7. Grayscale: #262626. Windows color (decimal): -13754312 or 3678254. OLE color: 3678254.
HSL color Cylindrical-coordinate representation of color #2E2038: hue angle of 275º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E2038 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 32 | 56 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.78 |
| HSL | 275º | 0.27% | 0.17% | - |
| HSV(B) | 275º | 0.43% | 0.22% | - |
| XYZ | 2.36 | 1.9 | 3.98 | - |
| YUV | 38.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 56 | 0.18 | 0.43 | 0 | 0.78 | 275 | 0.27 | 0.17 |
| Hex | 2E | 20 | 38 | 12 | 2B | 0 | 4E | 113 | 1B | 11 |
| Octal | 56 | 40 | 70 | 22 | 53 | 0 | 116 | 423 | 33 | 21 |
| Binary | 101110 | 100000 | 111000 | 10010 | 101011 | 0 | 1001110 | 100010011 | 11011 | 10001 |
Color Harmonies of #2E2038
Complementary color
Monochromatic Colors of #2E2038
Black with #2E2038
Text Example
Text Example
White with #2E2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2038; }
p { color: rgb(46,32,56); }
H1.HeaderClassName
{
color: #2E2038;
}
.AnyTagClassName
{
color: #2E2038;
}
</style>
background-color css
<style>
a { background-color: #2E2038; }
a { background-color: rgb(46,32,56); }
div.DivClassName
{
background-color: #2E2038;
}
.BgClassName
{
background-color: #2E2038;
}
</style>
border-color css
<style>
span { border-color: #2E2038; }
span { border-color: rgb(46,32,56); }
td.TdClassName
{
border-color: #2E2038;
}
.TagClassName
{
border-color: #2E2038;
}
</style>