Shades of Blackcurrant #330C47
Tints of Blackcurrant #330C47
RGB
CMYK
RGB Variations
Color information
#330C47 (or 0x330C47) is known color: Blackcurrant. HEX triplet: 33, 0C and 47. RGB value is (51,12,71). Sum of RGB (Red+Green+Blue) = 51+12+71=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #330C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C47 is #CCF3B8. Grayscale: #1E1E1E. Windows color (decimal): -13431737 or 4656179. OLE color: 4656179.
HSL color Cylindrical-coordinate representation of color #330C47: hue angle of 279.66º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #330C47 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 12 | 71 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.72 |
| HSL | 279.66º | 0.71% | 0.16% | - |
| HSV(B) | 279.66º | 0.83% | 0.28% | - |
| XYZ | 2.63 | 1.42 | 6.1 | - |
| YUV | 30.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 71 | 0.28 | 0.83 | 0 | 0.72 | 279.66 | 0.71 | 0.16 |
| Hex | 33 | C | 47 | 1C | 53 | 0 | 48 | 118 | 47 | 10 |
| Octal | 63 | 14 | 107 | 34 | 123 | 0 | 110 | 430 | 107 | 20 |
| Binary | 110011 | 1100 | 1000111 | 11100 | 1010011 | 0 | 1001000 | 100011000 | 1000111 | 10000 |
Color Harmonies of #330C47
Complementary color
Monochromatic Colors of #330C47
Black with #330C47
Text Example
Text Example
White with #330C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C47; }
p { color: rgb(51,12,71); }
H1.HeaderClassName
{
color: #330C47;
}
.AnyTagClassName
{
color: #330C47;
}
</style>
background-color css
<style>
a { background-color: #330C47; }
a { background-color: rgb(51,12,71); }
div.DivClassName
{
background-color: #330C47;
}
.BgClassName
{
background-color: #330C47;
}
</style>
border-color css
<style>
span { border-color: #330C47; }
span { border-color: rgb(51,12,71); }
td.TdClassName
{
border-color: #330C47;
}
.TagClassName
{
border-color: #330C47;
}
</style>