Shades of Blackcurrant #2E0947
Tints of Blackcurrant #2E0947
RGB
CMYK
RGB Variations
Color information
#2E0947 (or 0x2E0947) is known color: Blackcurrant. HEX triplet: 2E, 09 and 47. RGB value is (46,9,71). Sum of RGB (Red+Green+Blue) = 46+9+71=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E0947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0947 is #D1F6B8. Grayscale: #1A1A1A. Windows color (decimal): -13760185 or 4655406. OLE color: 4655406.
HSL color Cylindrical-coordinate representation of color #2E0947: hue angle of 275.81º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E0947 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 9 | 71 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.72 |
| HSL | 275.81º | 0.78% | 0.16% | - |
| HSV(B) | 275.81º | 0.87% | 0.28% | - |
| XYZ | 2.36 | 1.23 | 6.07 | - |
| YUV | 27.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 71 | 0.35 | 0.87 | 0 | 0.72 | 275.81 | 0.78 | 0.16 |
| Hex | 2E | 9 | 47 | 23 | 57 | 0 | 48 | 114 | 4E | 10 |
| Octal | 56 | 11 | 107 | 43 | 127 | 0 | 110 | 424 | 116 | 20 |
| Binary | 101110 | 1001 | 1000111 | 100011 | 1010111 | 0 | 1001000 | 100010100 | 1001110 | 10000 |
Color Harmonies of #2E0947
Complementary color
Monochromatic Colors of #2E0947
Black with #2E0947
Text Example
Text Example
White with #2E0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0947; }
p { color: rgb(46,9,71); }
H1.HeaderClassName
{
color: #2E0947;
}
.AnyTagClassName
{
color: #2E0947;
}
</style>
background-color css
<style>
a { background-color: #2E0947; }
a { background-color: rgb(46,9,71); }
div.DivClassName
{
background-color: #2E0947;
}
.BgClassName
{
background-color: #2E0947;
}
</style>
border-color css
<style>
span { border-color: #2E0947; }
span { border-color: rgb(46,9,71); }
td.TdClassName
{
border-color: #2E0947;
}
.TagClassName
{
border-color: #2E0947;
}
</style>