Shades of Blackcurrant #2E003C
Tints of Blackcurrant #2E003C
RGB
CMYK
RGB Variations
Color information
#2E003C (or 0x2E003C) is known color: Blackcurrant. HEX triplet: 2E, 00 and 3C. RGB value is (46,0,60). Sum of RGB (Red+Green+Blue) = 46+0+60=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E003C is #D1FFC3. Grayscale: #141414. Windows color (decimal): -13762500 or 3932206. OLE color: 3932206.
HSL color Cylindrical-coordinate representation of color #2E003C: hue angle of 286º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E003C is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 0 | 60 | - |
| CMYK | 0.23 | 1 | 0 | 0.76 |
| HSL | 286º | 1% | 0.12% | - |
| HSV(B) | 286º | 1% | 0.24% | - |
| XYZ | 1.94 | 0.91 | 4.35 | - |
| YUV | 20.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 60 | 0.23 | 1 | 0 | 0.76 | 286 | 1 | 0.12 |
| Hex | 2E | 0 | 3C | 17 | 64 | 0 | 4C | 11E | 64 | C |
| Octal | 56 | 0 | 74 | 27 | 144 | 0 | 114 | 436 | 144 | 14 |
| Binary | 101110 | 0 | 111100 | 10111 | 1100100 | 0 | 1001100 | 100011110 | 1100100 | 1100 |
Color Harmonies of #2E003C
Complementary color
Monochromatic Colors of #2E003C
Black with #2E003C
Text Example
Text Example
White with #2E003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E003C; }
p { color: rgb(46,0,60); }
H1.HeaderClassName
{
color: #2E003C;
}
.AnyTagClassName
{
color: #2E003C;
}
</style>
background-color css
<style>
a { background-color: #2E003C; }
a { background-color: rgb(46,0,60); }
div.DivClassName
{
background-color: #2E003C;
}
.BgClassName
{
background-color: #2E003C;
}
</style>
border-color css
<style>
span { border-color: #2E003C; }
span { border-color: rgb(46,0,60); }
td.TdClassName
{
border-color: #2E003C;
}
.TagClassName
{
border-color: #2E003C;
}
</style>