Shades of Blackcurrant #2E0042
Tints of Blackcurrant #2E0042
RGB
CMYK
RGB Variations
Color information
#2E0042 (or 0x2E0042) is known color: Blackcurrant. HEX triplet: 2E, 00 and 42. RGB value is (46,0,66). Sum of RGB (Red+Green+Blue) = 46+0+66=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 66 (26.17% from 255 or 58.93% from 112); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E0042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0042 is #D1FFBD. Grayscale: #151515. Windows color (decimal): -13762494 or 4325422. OLE color: 4325422.
HSL color Cylindrical-coordinate representation of color #2E0042: hue angle of 281.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0042 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 0 | 66 | - |
| CMYK | 0.30 | 1 | 0 | 0.74 |
| HSL | 281.82º | 1% | 0.13% | - |
| HSV(B) | 281.82º | 1% | 0.26% | - |
| XYZ | 2.11 | 0.97 | 5.23 | - |
| YUV | 21.28 | 153.24 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 66 | 0.30 | 1 | 0 | 0.74 | 281.82 | 1 | 0.13 |
| Hex | 2E | 0 | 42 | 1E | 64 | 0 | 4A | 11A | 64 | D |
| Octal | 56 | 0 | 102 | 36 | 144 | 0 | 112 | 432 | 144 | 15 |
| Binary | 101110 | 0 | 1000010 | 11110 | 1100100 | 0 | 1001010 | 100011010 | 1100100 | 1101 |
Color Harmonies of #2E0042
Complementary color
Monochromatic Colors of #2E0042
Black with #2E0042
Text Example
Text Example
White with #2E0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0042; }
p { color: rgb(46,0,66); }
H1.HeaderClassName
{
color: #2E0042;
}
.AnyTagClassName
{
color: #2E0042;
}
</style>
background-color css
<style>
a { background-color: #2E0042; }
a { background-color: rgb(46,0,66); }
div.DivClassName
{
background-color: #2E0042;
}
.BgClassName
{
background-color: #2E0042;
}
</style>
border-color css
<style>
span { border-color: #2E0042; }
span { border-color: rgb(46,0,66); }
td.TdClassName
{
border-color: #2E0042;
}
.TagClassName
{
border-color: #2E0042;
}
</style>