Shades of Blackcurrant #2E0342
Tints of Blackcurrant #2E0342
RGB
CMYK
RGB Variations
Color information
#2E0342 (or 0x2E0342) is known color: Blackcurrant. HEX triplet: 2E, 03 and 42. RGB value is (46,3,66). Sum of RGB (Red+Green+Blue) = 46+3+66=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 66 (26.17% from 255 or 57.39% from 115); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E0342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0342 is #D1FCBD. Grayscale: #161616. Windows color (decimal): -13761726 or 4326190. OLE color: 4326190.
HSL color Cylindrical-coordinate representation of color #2E0342: hue angle of 280.95º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0342 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 3 | 66 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.74 |
| HSL | 280.95º | 0.91% | 0.14% | - |
| HSV(B) | 280.95º | 0.95% | 0.26% | - |
| XYZ | 2.14 | 1.04 | 5.24 | - |
| YUV | 23.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 66 | 0.30 | 0.95 | 0 | 0.74 | 280.95 | 0.91 | 0.14 |
| Hex | 2E | 3 | 42 | 1E | 5F | 0 | 4A | 119 | 5B | E |
| Octal | 56 | 3 | 102 | 36 | 137 | 0 | 112 | 431 | 133 | 16 |
| Binary | 101110 | 11 | 1000010 | 11110 | 1011111 | 0 | 1001010 | 100011001 | 1011011 | 1110 |
Color Harmonies of #2E0342
Complementary color
Monochromatic Colors of #2E0342
Black with #2E0342
Text Example
Text Example
White with #2E0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0342; }
p { color: rgb(46,3,66); }
H1.HeaderClassName
{
color: #2E0342;
}
.AnyTagClassName
{
color: #2E0342;
}
</style>
background-color css
<style>
a { background-color: #2E0342; }
a { background-color: rgb(46,3,66); }
div.DivClassName
{
background-color: #2E0342;
}
.BgClassName
{
background-color: #2E0342;
}
</style>
border-color css
<style>
span { border-color: #2E0342; }
span { border-color: rgb(46,3,66); }
td.TdClassName
{
border-color: #2E0342;
}
.TagClassName
{
border-color: #2E0342;
}
</style>