Shades of Blackcurrant #2E033C
Tints of Blackcurrant #2E033C
RGB
CMYK
RGB Variations
Color information
#2E033C (or 0x2E033C) is known color: Blackcurrant. HEX triplet: 2E, 03 and 3C. RGB value is (46,3,60). Sum of RGB (Red+Green+Blue) = 46+3+60=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E033C is #D1FCC3. Grayscale: #161616. Windows color (decimal): -13761732 or 3932974. OLE color: 3932974.
HSL color Cylindrical-coordinate representation of color #2E033C: hue angle of 285.26º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E033C is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 3 | 60 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.76 |
| HSL | 285.26º | 0.9% | 0.12% | - |
| HSV(B) | 285.26º | 0.95% | 0.24% | - |
| XYZ | 1.97 | 0.97 | 4.36 | - |
| YUV | 22.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 60 | 0.23 | 0.95 | 0 | 0.76 | 285.26 | 0.9 | 0.12 |
| Hex | 2E | 3 | 3C | 17 | 5F | 0 | 4C | 11D | 5A | C |
| Octal | 56 | 3 | 74 | 27 | 137 | 0 | 114 | 435 | 132 | 14 |
| Binary | 101110 | 11 | 111100 | 10111 | 1011111 | 0 | 1001100 | 100011101 | 1011010 | 1100 |
Color Harmonies of #2E033C
Complementary color
Monochromatic Colors of #2E033C
Black with #2E033C
Text Example
Text Example
White with #2E033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E033C; }
p { color: rgb(46,3,60); }
H1.HeaderClassName
{
color: #2E033C;
}
.AnyTagClassName
{
color: #2E033C;
}
</style>
background-color css
<style>
a { background-color: #2E033C; }
a { background-color: rgb(46,3,60); }
div.DivClassName
{
background-color: #2E033C;
}
.BgClassName
{
background-color: #2E033C;
}
</style>
border-color css
<style>
span { border-color: #2E033C; }
span { border-color: rgb(46,3,60); }
td.TdClassName
{
border-color: #2E033C;
}
.TagClassName
{
border-color: #2E033C;
}
</style>