Shades of Blackcurrant #2E1237
Tints of Blackcurrant #2E1237
RGB
CMYK
RGB Variations
Color information
#2E1237 (or 0x2E1237) is known color: Blackcurrant. HEX triplet: 2E, 12 and 37. RGB value is (46,18,55). Sum of RGB (Red+Green+Blue) = 46+18+55=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E1237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1237 is #D1EDC8. Grayscale: #1E1E1E. Windows color (decimal): -13757897 or 3609134. OLE color: 3609134.
HSL color Cylindrical-coordinate representation of color #2E1237: hue angle of 285.41º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E1237 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 18 | 55 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.78 |
| HSL | 285.41º | 0.51% | 0.14% | - |
| HSV(B) | 285.41º | 0.67% | 0.22% | - |
| XYZ | 2.03 | 1.29 | 3.76 | - |
| YUV | 30.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 55 | 0.16 | 0.67 | 0 | 0.78 | 285.41 | 0.51 | 0.14 |
| Hex | 2E | 12 | 37 | 10 | 43 | 0 | 4E | 11D | 33 | E |
| Octal | 56 | 22 | 67 | 20 | 103 | 0 | 116 | 435 | 63 | 16 |
| Binary | 101110 | 10010 | 110111 | 10000 | 1000011 | 0 | 1001110 | 100011101 | 110011 | 1110 |
Color Harmonies of #2E1237
Complementary color
Monochromatic Colors of #2E1237
Black with #2E1237
Text Example
Text Example
White with #2E1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1237; }
p { color: rgb(46,18,55); }
H1.HeaderClassName
{
color: #2E1237;
}
.AnyTagClassName
{
color: #2E1237;
}
</style>
background-color css
<style>
a { background-color: #2E1237; }
a { background-color: rgb(46,18,55); }
div.DivClassName
{
background-color: #2E1237;
}
.BgClassName
{
background-color: #2E1237;
}
</style>
border-color css
<style>
span { border-color: #2E1237; }
span { border-color: rgb(46,18,55); }
td.TdClassName
{
border-color: #2E1237;
}
.TagClassName
{
border-color: #2E1237;
}
</style>