Shades of Blackcurrant #2E0A38
Tints of Blackcurrant #2E0A38
RGB
CMYK
RGB Variations
Color information
#2E0A38 (or 0x2E0A38) is known color: Blackcurrant. HEX triplet: 2E, 0A and 38. RGB value is (46,10,56). Sum of RGB (Red+Green+Blue) = 46+10+56=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E0A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A38 is #D1F5C7. Grayscale: #191919. Windows color (decimal): -13759944 or 3672622. OLE color: 3672622.
HSL color Cylindrical-coordinate representation of color #2E0A38: hue angle of 286.96º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E0A38 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 10 | 56 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.78 |
| HSL | 286.96º | 0.7% | 0.13% | - |
| HSV(B) | 286.96º | 0.82% | 0.22% | - |
| XYZ | 1.95 | 1.08 | 3.85 | - |
| YUV | 26.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 56 | 0.18 | 0.82 | 0 | 0.78 | 286.96 | 0.7 | 0.13 |
| Hex | 2E | A | 38 | 12 | 52 | 0 | 4E | 11F | 46 | D |
| Octal | 56 | 12 | 70 | 22 | 122 | 0 | 116 | 437 | 106 | 15 |
| Binary | 101110 | 1010 | 111000 | 10010 | 1010010 | 0 | 1001110 | 100011111 | 1000110 | 1101 |
Color Harmonies of #2E0A38
Complementary color
Monochromatic Colors of #2E0A38
Black with #2E0A38
Text Example
Text Example
White with #2E0A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0A38; }
p { color: rgb(46,10,56); }
H1.HeaderClassName
{
color: #2E0A38;
}
.AnyTagClassName
{
color: #2E0A38;
}
</style>
background-color css
<style>
a { background-color: #2E0A38; }
a { background-color: rgb(46,10,56); }
div.DivClassName
{
background-color: #2E0A38;
}
.BgClassName
{
background-color: #2E0A38;
}
</style>
border-color css
<style>
span { border-color: #2E0A38; }
span { border-color: rgb(46,10,56); }
td.TdClassName
{
border-color: #2E0A38;
}
.TagClassName
{
border-color: #2E0A38;
}
</style>