Shades of Blackcurrant #2E0843
Tints of Blackcurrant #2E0843
RGB
CMYK
RGB Variations
Color information
#2E0843 (or 0x2E0843) is known color: Blackcurrant. HEX triplet: 2E, 08 and 43. RGB value is (46,8,67). Sum of RGB (Red+Green+Blue) = 46+8+67=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E0843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0843 is #D1F7BC. Grayscale: #191919. Windows color (decimal): -13760445 or 4393006. OLE color: 4393006.
HSL color Cylindrical-coordinate representation of color #2E0843: hue angle of 278.64º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0843 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 8 | 67 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.74 |
| HSL | 278.64º | 0.79% | 0.15% | - |
| HSV(B) | 278.64º | 0.88% | 0.26% | - |
| XYZ | 2.23 | 1.16 | 5.42 | - |
| YUV | 26.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 67 | 0.31 | 0.88 | 0 | 0.74 | 278.64 | 0.79 | 0.15 |
| Hex | 2E | 8 | 43 | 1F | 58 | 0 | 4A | 117 | 4F | F |
| Octal | 56 | 10 | 103 | 37 | 130 | 0 | 112 | 427 | 117 | 17 |
| Binary | 101110 | 1000 | 1000011 | 11111 | 1011000 | 0 | 1001010 | 100010111 | 1001111 | 1111 |
Color Harmonies of #2E0843
Complementary color
Monochromatic Colors of #2E0843
Black with #2E0843
Text Example
Text Example
White with #2E0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0843; }
p { color: rgb(46,8,67); }
H1.HeaderClassName
{
color: #2E0843;
}
.AnyTagClassName
{
color: #2E0843;
}
</style>
background-color css
<style>
a { background-color: #2E0843; }
a { background-color: rgb(46,8,67); }
div.DivClassName
{
background-color: #2E0843;
}
.BgClassName
{
background-color: #2E0843;
}
</style>
border-color css
<style>
span { border-color: #2E0843; }
span { border-color: rgb(46,8,67); }
td.TdClassName
{
border-color: #2E0843;
}
.TagClassName
{
border-color: #2E0843;
}
</style>