Shades of Blackcurrant #2E0250
Tints of Blackcurrant #2E0250
RGB
CMYK
RGB Variations
Color information
#2E0250 (or 0x2E0250) is known color: Blackcurrant. HEX triplet: 2E, 02 and 50. RGB value is (46,2,80). Sum of RGB (Red+Green+Blue) = 46+2+80=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0250 is #D1FDAF. Grayscale: #171717. Windows color (decimal): -13761968 or 5243438. OLE color: 5243438.
HSL color Cylindrical-coordinate representation of color #2E0250: hue angle of 273.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0250 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 2 | 80 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.69 |
| HSL | 273.85º | 0.95% | 0.16% | - |
| HSV(B) | 273.85º | 0.98% | 0.31% | - |
| XYZ | 2.6 | 1.2 | 7.68 | - |
| YUV | 24.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 80 | 0.42 | 0.98 | 0 | 0.69 | 273.85 | 0.95 | 0.16 |
| Hex | 2E | 2 | 50 | 2A | 62 | 0 | 45 | 112 | 5F | 10 |
| Octal | 56 | 2 | 120 | 52 | 142 | 0 | 105 | 422 | 137 | 20 |
| Binary | 101110 | 10 | 1010000 | 101010 | 1100010 | 0 | 1000101 | 100010010 | 1011111 | 10000 |
Color Harmonies of #2E0250
Complementary color
Monochromatic Colors of #2E0250
Black with #2E0250
Text Example
Text Example
White with #2E0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0250; }
p { color: rgb(46,2,80); }
H1.HeaderClassName
{
color: #2E0250;
}
.AnyTagClassName
{
color: #2E0250;
}
</style>
background-color css
<style>
a { background-color: #2E0250; }
a { background-color: rgb(46,2,80); }
div.DivClassName
{
background-color: #2E0250;
}
.BgClassName
{
background-color: #2E0250;
}
</style>
border-color css
<style>
span { border-color: #2E0250; }
span { border-color: rgb(46,2,80); }
td.TdClassName
{
border-color: #2E0250;
}
.TagClassName
{
border-color: #2E0250;
}
</style>