Shades of Blackcurrant #2E0333
Tints of Blackcurrant #2E0333
RGB
CMYK
RGB Variations
Color information
#2E0333 (or 0x2E0333) is known color: Blackcurrant. HEX triplet: 2E, 03 and 33. RGB value is (46,3,51). Sum of RGB (Red+Green+Blue) = 46+3+51=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E0333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0333 is #D1FCCC. Grayscale: #151515. Windows color (decimal): -13761741 or 3343150. OLE color: 3343150.
HSL color Cylindrical-coordinate representation of color #2E0333: hue angle of 293.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0333 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 3 | 51 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.8 |
| HSL | 293.75º | 0.89% | 0.11% | - |
| HSV(B) | 293.75º | 0.94% | 0.2% | - |
| XYZ | 1.76 | 0.88 | 3.21 | - |
| YUV | 21.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 51 | 0.10 | 0.94 | 0 | 0.8 | 293.75 | 0.89 | 0.11 |
| Hex | 2E | 3 | 33 | A | 5E | 0 | 50 | 126 | 59 | B |
| Octal | 56 | 3 | 63 | 12 | 136 | 0 | 120 | 446 | 131 | 13 |
| Binary | 101110 | 11 | 110011 | 1010 | 1011110 | 0 | 1010000 | 100100110 | 1011001 | 1011 |
Color Harmonies of #2E0333
Complementary color
Monochromatic Colors of #2E0333
Black with #2E0333
Text Example
Text Example
White with #2E0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0333; }
p { color: rgb(46,3,51); }
H1.HeaderClassName
{
color: #2E0333;
}
.AnyTagClassName
{
color: #2E0333;
}
</style>
background-color css
<style>
a { background-color: #2E0333; }
a { background-color: rgb(46,3,51); }
div.DivClassName
{
background-color: #2E0333;
}
.BgClassName
{
background-color: #2E0333;
}
</style>
border-color css
<style>
span { border-color: #2E0333; }
span { border-color: rgb(46,3,51); }
td.TdClassName
{
border-color: #2E0333;
}
.TagClassName
{
border-color: #2E0333;
}
</style>