Shades of Blackcurrant #330244
Tints of Blackcurrant #330244
RGB
CMYK
RGB Variations
Color information
#330244 (or 0x330244) is known color: Blackcurrant. HEX triplet: 33, 02 and 44. RGB value is (51,2,68). Sum of RGB (Red+Green+Blue) = 51+2+68=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #330244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330244 is #CCFDBB. Grayscale: #171717. Windows color (decimal): -13434300 or 4457011. OLE color: 4457011.
HSL color Cylindrical-coordinate representation of color #330244: hue angle of 284.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330244 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 2 | 68 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.73 |
| HSL | 284.55º | 0.94% | 0.14% | - |
| HSV(B) | 284.55º | 0.97% | 0.27% | - |
| XYZ | 2.43 | 1.16 | 5.57 | - |
| YUV | 24.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 68 | 0.25 | 0.97 | 0 | 0.73 | 284.55 | 0.94 | 0.14 |
| Hex | 33 | 2 | 44 | 19 | 61 | 0 | 49 | 11D | 5E | E |
| Octal | 63 | 2 | 104 | 31 | 141 | 0 | 111 | 435 | 136 | 16 |
| Binary | 110011 | 10 | 1000100 | 11001 | 1100001 | 0 | 1001001 | 100011101 | 1011110 | 1110 |
Color Harmonies of #330244
Complementary color
Monochromatic Colors of #330244
Black with #330244
Text Example
Text Example
White with #330244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330244; }
p { color: rgb(51,2,68); }
H1.HeaderClassName
{
color: #330244;
}
.AnyTagClassName
{
color: #330244;
}
</style>
background-color css
<style>
a { background-color: #330244; }
a { background-color: rgb(51,2,68); }
div.DivClassName
{
background-color: #330244;
}
.BgClassName
{
background-color: #330244;
}
</style>
border-color css
<style>
span { border-color: #330244; }
span { border-color: rgb(51,2,68); }
td.TdClassName
{
border-color: #330244;
}
.TagClassName
{
border-color: #330244;
}
</style>