Shades of Blackcurrant #2E0039
Tints of Blackcurrant #2E0039
RGB
CMYK
RGB Variations
Color information
#2E0039 (or 0x2E0039) is known color: Blackcurrant. HEX triplet: 2E, 00 and 39. RGB value is (46,0,57). Sum of RGB (Red+Green+Blue) = 46+0+57=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E0039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0039 is #D1FFC6. Grayscale: #141414. Windows color (decimal): -13762503 or 3735598. OLE color: 3735598.
HSL color Cylindrical-coordinate representation of color #2E0039: hue angle of 288.42º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0039 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 0 | 57 | - |
| CMYK | 0.19 | 1 | 0 | 0.78 |
| HSL | 288.42º | 1% | 0.11% | - |
| HSV(B) | 288.42º | 1% | 0.22% | - |
| XYZ | 1.87 | 0.88 | 3.94 | - |
| YUV | 20.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 57 | 0.19 | 1 | 0 | 0.78 | 288.42 | 1 | 0.11 |
| Hex | 2E | 0 | 39 | 13 | 64 | 0 | 4E | 120 | 64 | B |
| Octal | 56 | 0 | 71 | 23 | 144 | 0 | 116 | 440 | 144 | 13 |
| Binary | 101110 | 0 | 111001 | 10011 | 1100100 | 0 | 1001110 | 100100000 | 1100100 | 1011 |
Color Harmonies of #2E0039
Complementary color
Monochromatic Colors of #2E0039
Black with #2E0039
Text Example
Text Example
White with #2E0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0039; }
p { color: rgb(46,0,57); }
H1.HeaderClassName
{
color: #2E0039;
}
.AnyTagClassName
{
color: #2E0039;
}
</style>
background-color css
<style>
a { background-color: #2E0039; }
a { background-color: rgb(46,0,57); }
div.DivClassName
{
background-color: #2E0039;
}
.BgClassName
{
background-color: #2E0039;
}
</style>
border-color css
<style>
span { border-color: #2E0039; }
span { border-color: rgb(46,0,57); }
td.TdClassName
{
border-color: #2E0039;
}
.TagClassName
{
border-color: #2E0039;
}
</style>