Shades of Blackcurrant #2E0F36
Tints of Blackcurrant #2E0F36
RGB
CMYK
RGB Variations
Color information
#2E0F36 (or 0x2E0F36) is known color: Blackcurrant. HEX triplet: 2E, 0F and 36. RGB value is (46,15,54). Sum of RGB (Red+Green+Blue) = 46+15+54=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #2E0F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0F36 is #D1F0C9. Grayscale: #1C1C1C. Windows color (decimal): -13758666 or 3542830. OLE color: 3542830.
HSL color Cylindrical-coordinate representation of color #2E0F36: hue angle of 287.69º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E0F36 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 15 | 54 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.79 |
| HSL | 287.69º | 0.57% | 0.14% | - |
| HSV(B) | 287.69º | 0.72% | 0.21% | - |
| XYZ | 1.96 | 1.19 | 3.62 | - |
| YUV | 28.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 15 | 54 | 0.15 | 0.72 | 0 | 0.79 | 287.69 | 0.57 | 0.14 |
| Hex | 2E | F | 36 | F | 48 | 0 | 4F | 120 | 39 | E |
| Octal | 56 | 17 | 66 | 17 | 110 | 0 | 117 | 440 | 71 | 16 |
| Binary | 101110 | 1111 | 110110 | 1111 | 1001000 | 0 | 1001111 | 100100000 | 111001 | 1110 |
Color Harmonies of #2E0F36
Complementary color
Monochromatic Colors of #2E0F36
Black with #2E0F36
Text Example
Text Example
White with #2E0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0F36; }
p { color: rgb(46,15,54); }
H1.HeaderClassName
{
color: #2E0F36;
}
.AnyTagClassName
{
color: #2E0F36;
}
</style>
background-color css
<style>
a { background-color: #2E0F36; }
a { background-color: rgb(46,15,54); }
div.DivClassName
{
background-color: #2E0F36;
}
.BgClassName
{
background-color: #2E0F36;
}
</style>
border-color css
<style>
span { border-color: #2E0F36; }
span { border-color: rgb(46,15,54); }
td.TdClassName
{
border-color: #2E0F36;
}
.TagClassName
{
border-color: #2E0F36;
}
</style>