Shades of Blackcurrant #330B49
Tints of Blackcurrant #330B49
RGB
CMYK
RGB Variations
Color information
#330B49 (or 0x330B49) is known color: Blackcurrant. HEX triplet: 33, 0B and 49. RGB value is (51,11,73). Sum of RGB (Red+Green+Blue) = 51+11+73=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #330B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B49 is #CCF4B6. Grayscale: #1D1D1D. Windows color (decimal): -13431991 or 4786995. OLE color: 4786995.
HSL color Cylindrical-coordinate representation of color #330B49: hue angle of 278.71º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330B49 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 11 | 73 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.71 |
| HSL | 278.71º | 0.74% | 0.16% | - |
| HSV(B) | 278.71º | 0.85% | 0.29% | - |
| XYZ | 2.69 | 1.42 | 6.44 | - |
| YUV | 30.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 73 | 0.30 | 0.85 | 0 | 0.71 | 278.71 | 0.74 | 0.16 |
| Hex | 33 | B | 49 | 1E | 55 | 0 | 47 | 117 | 4A | 10 |
| Octal | 63 | 13 | 111 | 36 | 125 | 0 | 107 | 427 | 112 | 20 |
| Binary | 110011 | 1011 | 1001001 | 11110 | 1010101 | 0 | 1000111 | 100010111 | 1001010 | 10000 |
Color Harmonies of #330B49
Complementary color
Monochromatic Colors of #330B49
Black with #330B49
Text Example
Text Example
White with #330B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B49; }
p { color: rgb(51,11,73); }
H1.HeaderClassName
{
color: #330B49;
}
.AnyTagClassName
{
color: #330B49;
}
</style>
background-color css
<style>
a { background-color: #330B49; }
a { background-color: rgb(51,11,73); }
div.DivClassName
{
background-color: #330B49;
}
.BgClassName
{
background-color: #330B49;
}
</style>
border-color css
<style>
span { border-color: #330B49; }
span { border-color: rgb(51,11,73); }
td.TdClassName
{
border-color: #330B49;
}
.TagClassName
{
border-color: #330B49;
}
</style>