Shades of Blackcurrant #2E033B
Tints of Blackcurrant #2E033B
RGB
CMYK
RGB Variations
Color information
#2E033B (or 0x2E033B) is known color: Blackcurrant. HEX triplet: 2E, 03 and 3B. RGB value is (46,3,59). Sum of RGB (Red+Green+Blue) = 46+3+59=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #2E033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E033B is #D1FCC4. Grayscale: #161616. Windows color (decimal): -13761733 or 3867438. OLE color: 3867438.
HSL color Cylindrical-coordinate representation of color #2E033B: hue angle of 286.07º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E033B is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 3 | 59 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.77 |
| HSL | 286.07º | 0.9% | 0.12% | - |
| HSV(B) | 286.07º | 0.95% | 0.23% | - |
| XYZ | 1.95 | 0.96 | 4.22 | - |
| YUV | 22.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 59 | 0.22 | 0.95 | 0 | 0.77 | 286.07 | 0.9 | 0.12 |
| Hex | 2E | 3 | 3B | 16 | 5F | 0 | 4D | 11E | 5A | C |
| Octal | 56 | 3 | 73 | 26 | 137 | 0 | 115 | 436 | 132 | 14 |
| Binary | 101110 | 11 | 111011 | 10110 | 1011111 | 0 | 1001101 | 100011110 | 1011010 | 1100 |
Color Harmonies of #2E033B
Complementary color
Monochromatic Colors of #2E033B
Black with #2E033B
Text Example
Text Example
White with #2E033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E033B; }
p { color: rgb(46,3,59); }
H1.HeaderClassName
{
color: #2E033B;
}
.AnyTagClassName
{
color: #2E033B;
}
</style>
background-color css
<style>
a { background-color: #2E033B; }
a { background-color: rgb(46,3,59); }
div.DivClassName
{
background-color: #2E033B;
}
.BgClassName
{
background-color: #2E033B;
}
</style>
border-color css
<style>
span { border-color: #2E033B; }
span { border-color: rgb(46,3,59); }
td.TdClassName
{
border-color: #2E033B;
}
.TagClassName
{
border-color: #2E033B;
}
</style>