Shades of Blackcurrant #330C3A
Tints of Blackcurrant #330C3A
RGB
CMYK
RGB Variations
Color information
#330C3A (or 0x330C3A) is known color: Blackcurrant. HEX triplet: 33, 0C and 3A. RGB value is (51,12,58). Sum of RGB (Red+Green+Blue) = 51+12+58=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #330C3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C3A is #CCF3C5. Grayscale: #1C1C1C. Windows color (decimal): -13431750 or 3804211. OLE color: 3804211.
HSL color Cylindrical-coordinate representation of color #330C3A: hue angle of 290.87º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #330C3A is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 12 | 58 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.77 |
| HSL | 290.87º | 0.66% | 0.14% | - |
| HSV(B) | 290.87º | 0.79% | 0.23% | - |
| XYZ | 2.26 | 1.27 | 4.13 | - |
| YUV | 28.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 58 | 0.12 | 0.79 | 0 | 0.77 | 290.87 | 0.66 | 0.14 |
| Hex | 33 | C | 3A | C | 4F | 0 | 4D | 123 | 42 | E |
| Octal | 63 | 14 | 72 | 14 | 117 | 0 | 115 | 443 | 102 | 16 |
| Binary | 110011 | 1100 | 111010 | 1100 | 1001111 | 0 | 1001101 | 100100011 | 1000010 | 1110 |
Color Harmonies of #330C3A
Complementary color
Monochromatic Colors of #330C3A
Black with #330C3A
Text Example
Text Example
White with #330C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C3A; }
p { color: rgb(51,12,58); }
H1.HeaderClassName
{
color: #330C3A;
}
.AnyTagClassName
{
color: #330C3A;
}
</style>
background-color css
<style>
a { background-color: #330C3A; }
a { background-color: rgb(51,12,58); }
div.DivClassName
{
background-color: #330C3A;
}
.BgClassName
{
background-color: #330C3A;
}
</style>
border-color css
<style>
span { border-color: #330C3A; }
span { border-color: rgb(51,12,58); }
td.TdClassName
{
border-color: #330C3A;
}
.TagClassName
{
border-color: #330C3A;
}
</style>