Shades of Blackcurrant #330E3A
Tints of Blackcurrant #330E3A
RGB
CMYK
RGB Variations
Color information
#330E3A (or 0x330E3A) is known color: Blackcurrant. HEX triplet: 33, 0E and 3A. RGB value is (51,14,58). Sum of RGB (Red+Green+Blue) = 51+14+58=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #330E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E3A is #CCF1C5. Grayscale: #1D1D1D. Windows color (decimal): -13431238 or 3804723. OLE color: 3804723.
HSL color Cylindrical-coordinate representation of color #330E3A: hue angle of 290.45º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330E3A is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 14 | 58 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.77 |
| HSL | 290.45º | 0.61% | 0.14% | - |
| HSV(B) | 290.45º | 0.76% | 0.23% | - |
| XYZ | 2.29 | 1.32 | 4.14 | - |
| YUV | 30.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 58 | 0.12 | 0.76 | 0 | 0.77 | 290.45 | 0.61 | 0.14 |
| Hex | 33 | E | 3A | C | 4C | 0 | 4D | 122 | 3D | E |
| Octal | 63 | 16 | 72 | 14 | 114 | 0 | 115 | 442 | 75 | 16 |
| Binary | 110011 | 1110 | 111010 | 1100 | 1001100 | 0 | 1001101 | 100100010 | 111101 | 1110 |
Color Harmonies of #330E3A
Complementary color
Monochromatic Colors of #330E3A
Black with #330E3A
Text Example
Text Example
White with #330E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E3A; }
p { color: rgb(51,14,58); }
H1.HeaderClassName
{
color: #330E3A;
}
.AnyTagClassName
{
color: #330E3A;
}
</style>
background-color css
<style>
a { background-color: #330E3A; }
a { background-color: rgb(51,14,58); }
div.DivClassName
{
background-color: #330E3A;
}
.BgClassName
{
background-color: #330E3A;
}
</style>
border-color css
<style>
span { border-color: #330E3A; }
span { border-color: rgb(51,14,58); }
td.TdClassName
{
border-color: #330E3A;
}
.TagClassName
{
border-color: #330E3A;
}
</style>