Shades of Blackcurrant #330B4E
Tints of Blackcurrant #330B4E
RGB
CMYK
RGB Variations
Color information
#330B4E (or 0x330B4E) is known color: Blackcurrant. HEX triplet: 33, 0B and 4E. RGB value is (51,11,78). Sum of RGB (Red+Green+Blue) = 51+11+78=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #330B4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B4E is #CCF4B1. Grayscale: #1E1E1E. Windows color (decimal): -13431986 or 5114675. OLE color: 5114675.
HSL color Cylindrical-coordinate representation of color #330B4E: hue angle of 275.82º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330B4E is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 11 | 78 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.69 |
| HSL | 275.82º | 0.75% | 0.17% | - |
| HSV(B) | 275.82º | 0.86% | 0.31% | - |
| XYZ | 2.86 | 1.49 | 7.35 | - |
| YUV | 30.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 78 | 0.35 | 0.86 | 0 | 0.69 | 275.82 | 0.75 | 0.17 |
| Hex | 33 | B | 4E | 23 | 56 | 0 | 45 | 114 | 4B | 11 |
| Octal | 63 | 13 | 116 | 43 | 126 | 0 | 105 | 424 | 113 | 21 |
| Binary | 110011 | 1011 | 1001110 | 100011 | 1010110 | 0 | 1000101 | 100010100 | 1001011 | 10001 |
Color Harmonies of #330B4E
Complementary color
Monochromatic Colors of #330B4E
Black with #330B4E
Text Example
Text Example
White with #330B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B4E; }
p { color: rgb(51,11,78); }
H1.HeaderClassName
{
color: #330B4E;
}
.AnyTagClassName
{
color: #330B4E;
}
</style>
background-color css
<style>
a { background-color: #330B4E; }
a { background-color: rgb(51,11,78); }
div.DivClassName
{
background-color: #330B4E;
}
.BgClassName
{
background-color: #330B4E;
}
</style>
border-color css
<style>
span { border-color: #330B4E; }
span { border-color: rgb(51,11,78); }
td.TdClassName
{
border-color: #330B4E;
}
.TagClassName
{
border-color: #330B4E;
}
</style>