Shades of Blackcurrant #330B51
Tints of Blackcurrant #330B51
RGB
CMYK
RGB Variations
Color information
#330B51 (or 0x330B51) is known color: Blackcurrant. HEX triplet: 33, 0B and 51. RGB value is (51,11,81). Sum of RGB (Red+Green+Blue) = 51+11+81=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #330B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B51 is #CCF4AE. Grayscale: #1E1E1E. Windows color (decimal): -13431983 or 5311283. OLE color: 5311283.
HSL color Cylindrical-coordinate representation of color #330B51: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330B51 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 11 | 81 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.68 |
| HSL | 274.29º | 0.76% | 0.18% | - |
| HSV(B) | 274.29º | 0.86% | 0.32% | - |
| XYZ | 2.97 | 1.54 | 7.92 | - |
| YUV | 30.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 81 | 0.37 | 0.86 | 0 | 0.68 | 274.29 | 0.76 | 0.18 |
| Hex | 33 | B | 51 | 25 | 56 | 0 | 44 | 112 | 4C | 12 |
| Octal | 63 | 13 | 121 | 45 | 126 | 0 | 104 | 422 | 114 | 22 |
| Binary | 110011 | 1011 | 1010001 | 100101 | 1010110 | 0 | 1000100 | 100010010 | 1001100 | 10010 |
Color Harmonies of #330B51
Complementary color
Monochromatic Colors of #330B51
Black with #330B51
Text Example
Text Example
White with #330B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B51; }
p { color: rgb(51,11,81); }
H1.HeaderClassName
{
color: #330B51;
}
.AnyTagClassName
{
color: #330B51;
}
</style>
background-color css
<style>
a { background-color: #330B51; }
a { background-color: rgb(51,11,81); }
div.DivClassName
{
background-color: #330B51;
}
.BgClassName
{
background-color: #330B51;
}
</style>
border-color css
<style>
span { border-color: #330B51; }
span { border-color: rgb(51,11,81); }
td.TdClassName
{
border-color: #330B51;
}
.TagClassName
{
border-color: #330B51;
}
</style>