Shades of Blackcurrant #330C48
Tints of Blackcurrant #330C48
RGB
CMYK
RGB Variations
Color information
#330C48 (or 0x330C48) is known color: Blackcurrant. HEX triplet: 33, 0C and 48. RGB value is (51,12,72). Sum of RGB (Red+Green+Blue) = 51+12+72=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #330C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C48 is #CCF3B7. Grayscale: #1E1E1E. Windows color (decimal): -13431736 or 4721715. OLE color: 4721715.
HSL color Cylindrical-coordinate representation of color #330C48: hue angle of 279º 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 #330C48 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 12 | 72 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.72 |
| HSL | 279º | 0.71% | 0.16% | - |
| HSV(B) | 279º | 0.83% | 0.28% | - |
| XYZ | 2.67 | 1.43 | 6.27 | - |
| YUV | 30.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 72 | 0.29 | 0.83 | 0 | 0.72 | 279 | 0.71 | 0.16 |
| Hex | 33 | C | 48 | 1D | 53 | 0 | 48 | 117 | 47 | 10 |
| Octal | 63 | 14 | 110 | 35 | 123 | 0 | 110 | 427 | 107 | 20 |
| Binary | 110011 | 1100 | 1001000 | 11101 | 1010011 | 0 | 1001000 | 100010111 | 1000111 | 10000 |
Color Harmonies of #330C48
Complementary color
Monochromatic Colors of #330C48
Black with #330C48
Text Example
Text Example
White with #330C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C48; }
p { color: rgb(51,12,72); }
H1.HeaderClassName
{
color: #330C48;
}
.AnyTagClassName
{
color: #330C48;
}
</style>
background-color css
<style>
a { background-color: #330C48; }
a { background-color: rgb(51,12,72); }
div.DivClassName
{
background-color: #330C48;
}
.BgClassName
{
background-color: #330C48;
}
</style>
border-color css
<style>
span { border-color: #330C48; }
span { border-color: rgb(51,12,72); }
td.TdClassName
{
border-color: #330C48;
}
.TagClassName
{
border-color: #330C48;
}
</style>