Shades of Blackcurrant #2E003D
Tints of Blackcurrant #2E003D
RGB
CMYK
RGB Variations
Color information
#2E003D (or 0x2E003D) is known color: Blackcurrant. HEX triplet: 2E, 00 and 3D. RGB value is (46,0,61). Sum of RGB (Red+Green+Blue) = 46+0+61=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E003D is #D1FFC2. Grayscale: #141414. Windows color (decimal): -13762499 or 3997742. OLE color: 3997742.
HSL color Cylindrical-coordinate representation of color #2E003D: hue angle of 285.25º 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 #2E003D is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 0 | 61 | - |
| CMYK | 0.25 | 1 | 0 | 0.76 |
| HSL | 285.25º | 1% | 0.12% | - |
| HSV(B) | 285.25º | 1% | 0.24% | - |
| XYZ | 1.97 | 0.92 | 4.49 | - |
| YUV | 20.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 61 | 0.25 | 1 | 0 | 0.76 | 285.25 | 1 | 0.12 |
| Hex | 2E | 0 | 3D | 19 | 64 | 0 | 4C | 11D | 64 | C |
| Octal | 56 | 0 | 75 | 31 | 144 | 0 | 114 | 435 | 144 | 14 |
| Binary | 101110 | 0 | 111101 | 11001 | 1100100 | 0 | 1001100 | 100011101 | 1100100 | 1100 |
Color Harmonies of #2E003D
Complementary color
Monochromatic Colors of #2E003D
Black with #2E003D
Text Example
Text Example
White with #2E003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E003D; }
p { color: rgb(46,0,61); }
H1.HeaderClassName
{
color: #2E003D;
}
.AnyTagClassName
{
color: #2E003D;
}
</style>
background-color css
<style>
a { background-color: #2E003D; }
a { background-color: rgb(46,0,61); }
div.DivClassName
{
background-color: #2E003D;
}
.BgClassName
{
background-color: #2E003D;
}
</style>
border-color css
<style>
span { border-color: #2E003D; }
span { border-color: rgb(46,0,61); }
td.TdClassName
{
border-color: #2E003D;
}
.TagClassName
{
border-color: #2E003D;
}
</style>