Shades of Blackcurrant #2E203E
Tints of Blackcurrant #2E203E
RGB
CMYK
RGB Variations
Color information
#2E203E (or 0x2E203E) is known color: Blackcurrant. HEX triplet: 2E, 20 and 3E. RGB value is (46,32,62). Sum of RGB (Red+Green+Blue) = 46+32+62=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E203E is #D1DFC1. Grayscale: #272727. Windows color (decimal): -13754306 or 4071470. OLE color: 4071470.
HSL color Cylindrical-coordinate representation of color #2E203E: hue angle of 268º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E203E is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 32 | 62 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.76 |
| HSL | 268º | 0.32% | 0.18% | - |
| HSV(B) | 268º | 0.48% | 0.24% | - |
| XYZ | 2.51 | 1.96 | 4.8 | - |
| YUV | 39.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 62 | 0.26 | 0.48 | 0 | 0.76 | 268 | 0.32 | 0.18 |
| Hex | 2E | 20 | 3E | 1A | 30 | 0 | 4C | 10C | 20 | 12 |
| Octal | 56 | 40 | 76 | 32 | 60 | 0 | 114 | 414 | 40 | 22 |
| Binary | 101110 | 100000 | 111110 | 11010 | 110000 | 0 | 1001100 | 100001100 | 100000 | 10010 |
Color Harmonies of #2E203E
Complementary color
Monochromatic Colors of #2E203E
Black with #2E203E
Text Example
Text Example
White with #2E203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E203E; }
p { color: rgb(46,32,62); }
H1.HeaderClassName
{
color: #2E203E;
}
.AnyTagClassName
{
color: #2E203E;
}
</style>
background-color css
<style>
a { background-color: #2E203E; }
a { background-color: rgb(46,32,62); }
div.DivClassName
{
background-color: #2E203E;
}
.BgClassName
{
background-color: #2E203E;
}
</style>
border-color css
<style>
span { border-color: #2E203E; }
span { border-color: rgb(46,32,62); }
td.TdClassName
{
border-color: #2E203E;
}
.TagClassName
{
border-color: #2E203E;
}
</style>