Shades of Blackcurrant #2E0239
Tints of Blackcurrant #2E0239
RGB
CMYK
RGB Variations
Color information
#2E0239 (or 0x2E0239) is known color: Blackcurrant. HEX triplet: 2E, 02 and 39. RGB value is (46,2,57). Sum of RGB (Red+Green+Blue) = 46+2+57=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0239 is #D1FDC6. Grayscale: #151515. Windows color (decimal): -13761991 or 3736110. OLE color: 3736110.
HSL color Cylindrical-coordinate representation of color #2E0239: hue angle of 288º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0239 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 2 | 57 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.78 |
| HSL | 288º | 0.93% | 0.12% | - |
| HSV(B) | 288º | 0.96% | 0.22% | - |
| XYZ | 1.89 | 0.92 | 3.95 | - |
| YUV | 21.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 57 | 0.19 | 0.96 | 0 | 0.78 | 288 | 0.93 | 0.12 |
| Hex | 2E | 2 | 39 | 13 | 60 | 0 | 4E | 120 | 5D | C |
| Octal | 56 | 2 | 71 | 23 | 140 | 0 | 116 | 440 | 135 | 14 |
| Binary | 101110 | 10 | 111001 | 10011 | 1100000 | 0 | 1001110 | 100100000 | 1011101 | 1100 |
Color Harmonies of #2E0239
Complementary color
Monochromatic Colors of #2E0239
Black with #2E0239
Text Example
Text Example
White with #2E0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0239; }
p { color: rgb(46,2,57); }
H1.HeaderClassName
{
color: #2E0239;
}
.AnyTagClassName
{
color: #2E0239;
}
</style>
background-color css
<style>
a { background-color: #2E0239; }
a { background-color: rgb(46,2,57); }
div.DivClassName
{
background-color: #2E0239;
}
.BgClassName
{
background-color: #2E0239;
}
</style>
border-color css
<style>
span { border-color: #2E0239; }
span { border-color: rgb(46,2,57); }
td.TdClassName
{
border-color: #2E0239;
}
.TagClassName
{
border-color: #2E0239;
}
</style>