Shades of Blackcurrant #330148
Tints of Blackcurrant #330148
RGB
CMYK
RGB Variations
Color information
#330148 (or 0x330148) is known color: Blackcurrant. HEX triplet: 33, 01 and 48. RGB value is (51,1,72). Sum of RGB (Red+Green+Blue) = 51+1+72=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #330148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330148 is #CCFEB7. Grayscale: #171717. Windows color (decimal): -13434552 or 4718899. OLE color: 4718899.
HSL color Cylindrical-coordinate representation of color #330148: hue angle of 282.25º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330148 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 1 | 72 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.72 |
| HSL | 282.25º | 0.97% | 0.14% | - |
| HSV(B) | 282.25º | 0.99% | 0.28% | - |
| XYZ | 2.55 | 1.19 | 6.23 | - |
| YUV | 24.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 72 | 0.29 | 0.99 | 0 | 0.72 | 282.25 | 0.97 | 0.14 |
| Hex | 33 | 1 | 48 | 1D | 63 | 0 | 48 | 11A | 61 | E |
| Octal | 63 | 1 | 110 | 35 | 143 | 0 | 110 | 432 | 141 | 16 |
| Binary | 110011 | 1 | 1001000 | 11101 | 1100011 | 0 | 1001000 | 100011010 | 1100001 | 1110 |
Color Harmonies of #330148
Complementary color
Monochromatic Colors of #330148
Black with #330148
Text Example
Text Example
White with #330148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330148; }
p { color: rgb(51,1,72); }
H1.HeaderClassName
{
color: #330148;
}
.AnyTagClassName
{
color: #330148;
}
</style>
background-color css
<style>
a { background-color: #330148; }
a { background-color: rgb(51,1,72); }
div.DivClassName
{
background-color: #330148;
}
.BgClassName
{
background-color: #330148;
}
</style>
border-color css
<style>
span { border-color: #330148; }
span { border-color: rgb(51,1,72); }
td.TdClassName
{
border-color: #330148;
}
.TagClassName
{
border-color: #330148;
}
</style>