Shades of Blackcurrant #2E0F38
Tints of Blackcurrant #2E0F38
RGB
CMYK
RGB Variations
Color information
#2E0F38 (or 0x2E0F38) is known color: Blackcurrant. HEX triplet: 2E, 0F and 38. RGB value is (46,15,56). Sum of RGB (Red+Green+Blue) = 46+15+56=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E0F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0F38 is #D1F0C7. Grayscale: #1C1C1C. Windows color (decimal): -13758664 or 3673902. OLE color: 3673902.
HSL color Cylindrical-coordinate representation of color #2E0F38: hue angle of 285.37º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E0F38 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 15 | 56 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.78 |
| HSL | 285.37º | 0.58% | 0.14% | - |
| HSV(B) | 285.37º | 0.73% | 0.22% | - |
| XYZ | 2.01 | 1.21 | 3.87 | - |
| YUV | 28.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 15 | 56 | 0.18 | 0.73 | 0 | 0.78 | 285.37 | 0.58 | 0.14 |
| Hex | 2E | F | 38 | 12 | 49 | 0 | 4E | 11D | 3A | E |
| Octal | 56 | 17 | 70 | 22 | 111 | 0 | 116 | 435 | 72 | 16 |
| Binary | 101110 | 1111 | 111000 | 10010 | 1001001 | 0 | 1001110 | 100011101 | 111010 | 1110 |
Color Harmonies of #2E0F38
Complementary color
Monochromatic Colors of #2E0F38
Black with #2E0F38
Text Example
Text Example
White with #2E0F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0F38; }
p { color: rgb(46,15,56); }
H1.HeaderClassName
{
color: #2E0F38;
}
.AnyTagClassName
{
color: #2E0F38;
}
</style>
background-color css
<style>
a { background-color: #2E0F38; }
a { background-color: rgb(46,15,56); }
div.DivClassName
{
background-color: #2E0F38;
}
.BgClassName
{
background-color: #2E0F38;
}
</style>
border-color css
<style>
span { border-color: #2E0F38; }
span { border-color: rgb(46,15,56); }
td.TdClassName
{
border-color: #2E0F38;
}
.TagClassName
{
border-color: #2E0F38;
}
</style>