Shades of Blackcurrant #2E053C
Tints of Blackcurrant #2E053C
RGB
CMYK
RGB Variations
Color information
#2E053C (or 0x2E053C) is known color: Blackcurrant. HEX triplet: 2E, 05 and 3C. RGB value is (46,5,60). Sum of RGB (Red+Green+Blue) = 46+5+60=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E053C is #D1FAC3. Grayscale: #171717. Windows color (decimal): -13761220 or 3933486. OLE color: 3933486.
HSL color Cylindrical-coordinate representation of color #2E053C: hue angle of 284.73º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E053C is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 5 | 60 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.76 |
| HSL | 284.73º | 0.85% | 0.13% | - |
| HSV(B) | 284.73º | 0.92% | 0.24% | - |
| XYZ | 2 | 1.02 | 4.37 | - |
| YUV | 23.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 60 | 0.23 | 0.92 | 0 | 0.76 | 284.73 | 0.85 | 0.13 |
| Hex | 2E | 5 | 3C | 17 | 5C | 0 | 4C | 11D | 55 | D |
| Octal | 56 | 5 | 74 | 27 | 134 | 0 | 114 | 435 | 125 | 15 |
| Binary | 101110 | 101 | 111100 | 10111 | 1011100 | 0 | 1001100 | 100011101 | 1010101 | 1101 |
Color Harmonies of #2E053C
Complementary color
Monochromatic Colors of #2E053C
Black with #2E053C
Text Example
Text Example
White with #2E053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E053C; }
p { color: rgb(46,5,60); }
H1.HeaderClassName
{
color: #2E053C;
}
.AnyTagClassName
{
color: #2E053C;
}
</style>
background-color css
<style>
a { background-color: #2E053C; }
a { background-color: rgb(46,5,60); }
div.DivClassName
{
background-color: #2E053C;
}
.BgClassName
{
background-color: #2E053C;
}
</style>
border-color css
<style>
span { border-color: #2E053C; }
span { border-color: rgb(46,5,60); }
td.TdClassName
{
border-color: #2E053C;
}
.TagClassName
{
border-color: #2E053C;
}
</style>