Shades of Blackcurrant #2E1235
Tints of Blackcurrant #2E1235
RGB
CMYK
RGB Variations
Color information
#2E1235 (or 0x2E1235) is known color: Blackcurrant. HEX triplet: 2E, 12 and 35. RGB value is (46,18,53). Sum of RGB (Red+Green+Blue) = 46+18+53=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E1235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1235 is #D1EDCA. Grayscale: #1E1E1E. Windows color (decimal): -13757899 or 3478062. OLE color: 3478062.
HSL color Cylindrical-coordinate representation of color #2E1235: hue angle of 288º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E1235 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 18 | 53 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.79 |
| HSL | 288º | 0.49% | 0.14% | - |
| HSV(B) | 288º | 0.66% | 0.21% | - |
| XYZ | 1.99 | 1.27 | 3.51 | - |
| YUV | 30.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 53 | 0.13 | 0.66 | 0 | 0.79 | 288 | 0.49 | 0.14 |
| Hex | 2E | 12 | 35 | D | 42 | 0 | 4F | 120 | 31 | E |
| Octal | 56 | 22 | 65 | 15 | 102 | 0 | 117 | 440 | 61 | 16 |
| Binary | 101110 | 10010 | 110101 | 1101 | 1000010 | 0 | 1001111 | 100100000 | 110001 | 1110 |
Color Harmonies of #2E1235
Complementary color
Monochromatic Colors of #2E1235
Black with #2E1235
Text Example
Text Example
White with #2E1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1235; }
p { color: rgb(46,18,53); }
H1.HeaderClassName
{
color: #2E1235;
}
.AnyTagClassName
{
color: #2E1235;
}
</style>
background-color css
<style>
a { background-color: #2E1235; }
a { background-color: rgb(46,18,53); }
div.DivClassName
{
background-color: #2E1235;
}
.BgClassName
{
background-color: #2E1235;
}
</style>
border-color css
<style>
span { border-color: #2E1235; }
span { border-color: rgb(46,18,53); }
td.TdClassName
{
border-color: #2E1235;
}
.TagClassName
{
border-color: #2E1235;
}
</style>