Shades of Blackcurrant #2E0052
Tints of Blackcurrant #2E0052
RGB
CMYK
RGB Variations
Color information
#2E0052 (or 0x2E0052) is known color: Blackcurrant. HEX triplet: 2E, 00 and 52. RGB value is (46,0,82). Sum of RGB (Red+Green+Blue) = 46+0+82=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #2E0052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0052 is #D1FFAD. Grayscale: #161616. Windows color (decimal): -13762478 or 5373998. OLE color: 5373998.
HSL color Cylindrical-coordinate representation of color #2E0052: hue angle of 273.66º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0052 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 0 | 82 | - |
| CMYK | 0.44 | 1 | 0 | 0.68 |
| HSL | 273.66º | 1% | 0.16% | - |
| HSV(B) | 273.66º | 1% | 0.32% | - |
| XYZ | 2.65 | 1.19 | 8.07 | - |
| YUV | 23.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 82 | 0.44 | 1 | 0 | 0.68 | 273.66 | 1 | 0.16 |
| Hex | 2E | 0 | 52 | 2C | 64 | 0 | 44 | 112 | 64 | 10 |
| Octal | 56 | 0 | 122 | 54 | 144 | 0 | 104 | 422 | 144 | 20 |
| Binary | 101110 | 0 | 1010010 | 101100 | 1100100 | 0 | 1000100 | 100010010 | 1100100 | 10000 |
Color Harmonies of #2E0052
Complementary color
Monochromatic Colors of #2E0052
Black with #2E0052
Text Example
Text Example
White with #2E0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0052; }
p { color: rgb(46,0,82); }
H1.HeaderClassName
{
color: #2E0052;
}
.AnyTagClassName
{
color: #2E0052;
}
</style>
background-color css
<style>
a { background-color: #2E0052; }
a { background-color: rgb(46,0,82); }
div.DivClassName
{
background-color: #2E0052;
}
.BgClassName
{
background-color: #2E0052;
}
</style>
border-color css
<style>
span { border-color: #2E0052; }
span { border-color: rgb(46,0,82); }
td.TdClassName
{
border-color: #2E0052;
}
.TagClassName
{
border-color: #2E0052;
}
</style>