Shades of Blackcurrant #2E0A53
Tints of Blackcurrant #2E0A53
RGB
CMYK
RGB Variations
Color information
#2E0A53 (or 0x2E0A53) is known color: Blackcurrant. HEX triplet: 2E, 0A and 53. RGB value is (46,10,83). Sum of RGB (Red+Green+Blue) = 46+10+83=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E0A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0A53 is #D1F5AC. Grayscale: #1C1C1C. Windows color (decimal): -13759917 or 5442094. OLE color: 5442094.
HSL color Cylindrical-coordinate representation of color #2E0A53: hue angle of 269.59º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0A53 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 10 | 83 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.67 |
| HSL | 269.59º | 0.78% | 0.18% | - |
| HSV(B) | 269.59º | 0.88% | 0.33% | - |
| XYZ | 2.8 | 1.42 | 8.31 | - |
| YUV | 29.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 83 | 0.45 | 0.88 | 0 | 0.67 | 269.59 | 0.78 | 0.18 |
| Hex | 2E | A | 53 | 2D | 58 | 0 | 43 | 10E | 4E | 12 |
| Octal | 56 | 12 | 123 | 55 | 130 | 0 | 103 | 416 | 116 | 22 |
| Binary | 101110 | 1010 | 1010011 | 101101 | 1011000 | 0 | 1000011 | 100001110 | 1001110 | 10010 |
Color Harmonies of #2E0A53
Complementary color
Monochromatic Colors of #2E0A53
Black with #2E0A53
Text Example
Text Example
White with #2E0A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0A53; }
p { color: rgb(46,10,83); }
H1.HeaderClassName
{
color: #2E0A53;
}
.AnyTagClassName
{
color: #2E0A53;
}
</style>
background-color css
<style>
a { background-color: #2E0A53; }
a { background-color: rgb(46,10,83); }
div.DivClassName
{
background-color: #2E0A53;
}
.BgClassName
{
background-color: #2E0A53;
}
</style>
border-color css
<style>
span { border-color: #2E0A53; }
span { border-color: rgb(46,10,83); }
td.TdClassName
{
border-color: #2E0A53;
}
.TagClassName
{
border-color: #2E0A53;
}
</style>