Shades of Blackcurrant #2E0D4A
Tints of Blackcurrant #2E0D4A
RGB
CMYK
RGB Variations
Color information
#2E0D4A (or 0x2E0D4A) is known color: Blackcurrant. HEX triplet: 2E, 0D and 4A. RGB value is (46,13,74). Sum of RGB (Red+Green+Blue) = 46+13+74=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E0D4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D4A is #D1F2B5. Grayscale: #1D1D1D. Windows color (decimal): -13759158 or 4853038. OLE color: 4853038.
HSL color Cylindrical-coordinate representation of color #2E0D4A: hue angle of 272.46º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E0D4A is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 13 | 74 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.71 |
| HSL | 272.46º | 0.7% | 0.17% | - |
| HSV(B) | 272.46º | 0.82% | 0.29% | - |
| XYZ | 2.51 | 1.36 | 6.61 | - |
| YUV | 29.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 74 | 0.38 | 0.82 | 0 | 0.71 | 272.46 | 0.7 | 0.17 |
| Hex | 2E | D | 4A | 26 | 52 | 0 | 47 | 110 | 46 | 11 |
| Octal | 56 | 15 | 112 | 46 | 122 | 0 | 107 | 420 | 106 | 21 |
| Binary | 101110 | 1101 | 1001010 | 100110 | 1010010 | 0 | 1000111 | 100010000 | 1000110 | 10001 |
Color Harmonies of #2E0D4A
Complementary color
Monochromatic Colors of #2E0D4A
Black with #2E0D4A
Text Example
Text Example
White with #2E0D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D4A; }
p { color: rgb(46,13,74); }
H1.HeaderClassName
{
color: #2E0D4A;
}
.AnyTagClassName
{
color: #2E0D4A;
}
</style>
background-color css
<style>
a { background-color: #2E0D4A; }
a { background-color: rgb(46,13,74); }
div.DivClassName
{
background-color: #2E0D4A;
}
.BgClassName
{
background-color: #2E0D4A;
}
</style>
border-color css
<style>
span { border-color: #2E0D4A; }
span { border-color: rgb(46,13,74); }
td.TdClassName
{
border-color: #2E0D4A;
}
.TagClassName
{
border-color: #2E0D4A;
}
</style>