Shades of Blackcurrant #2E0253
Tints of Blackcurrant #2E0253
RGB
CMYK
RGB Variations
Color information
#2E0253 (or 0x2E0253) is known color: Blackcurrant. HEX triplet: 2E, 02 and 53. RGB value is (46,2,83). Sum of RGB (Red+Green+Blue) = 46+2+83=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E0253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0253 is #D1FDAC. Grayscale: #181818. Windows color (decimal): -13761965 or 5440046. OLE color: 5440046.
HSL color Cylindrical-coordinate representation of color #2E0253: hue angle of 272.59º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0253 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 2 | 83 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.67 |
| HSL | 272.59º | 0.95% | 0.17% | - |
| HSV(B) | 272.59º | 0.98% | 0.33% | - |
| XYZ | 2.71 | 1.25 | 8.28 | - |
| YUV | 24.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 83 | 0.45 | 0.98 | 0 | 0.67 | 272.59 | 0.95 | 0.17 |
| Hex | 2E | 2 | 53 | 2D | 62 | 0 | 43 | 111 | 5F | 11 |
| Octal | 56 | 2 | 123 | 55 | 142 | 0 | 103 | 421 | 137 | 21 |
| Binary | 101110 | 10 | 1010011 | 101101 | 1100010 | 0 | 1000011 | 100010001 | 1011111 | 10001 |
Color Harmonies of #2E0253
Complementary color
Monochromatic Colors of #2E0253
Black with #2E0253
Text Example
Text Example
White with #2E0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0253; }
p { color: rgb(46,2,83); }
H1.HeaderClassName
{
color: #2E0253;
}
.AnyTagClassName
{
color: #2E0253;
}
</style>
background-color css
<style>
a { background-color: #2E0253; }
a { background-color: rgb(46,2,83); }
div.DivClassName
{
background-color: #2E0253;
}
.BgClassName
{
background-color: #2E0253;
}
</style>
border-color css
<style>
span { border-color: #2E0253; }
span { border-color: rgb(46,2,83); }
td.TdClassName
{
border-color: #2E0253;
}
.TagClassName
{
border-color: #2E0253;
}
</style>