Shades of Blackcurrant #330348
Tints of Blackcurrant #330348
RGB
CMYK
RGB Variations
Color information
#330348 (or 0x330348) is known color: Blackcurrant. HEX triplet: 33, 03 and 48. RGB value is (51,3,72). Sum of RGB (Red+Green+Blue) = 51+3+72=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #330348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330348 is #CCFCB7. Grayscale: #181818. Windows color (decimal): -13434040 or 4719411. OLE color: 4719411.
HSL color Cylindrical-coordinate representation of color #330348: hue angle of 281.74º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330348 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 3 | 72 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.72 |
| HSL | 281.74º | 0.92% | 0.15% | - |
| HSV(B) | 281.74º | 0.96% | 0.28% | - |
| XYZ | 2.57 | 1.24 | 6.23 | - |
| YUV | 25.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 72 | 0.29 | 0.96 | 0 | 0.72 | 281.74 | 0.92 | 0.15 |
| Hex | 33 | 3 | 48 | 1D | 60 | 0 | 48 | 11A | 5C | F |
| Octal | 63 | 3 | 110 | 35 | 140 | 0 | 110 | 432 | 134 | 17 |
| Binary | 110011 | 11 | 1001000 | 11101 | 1100000 | 0 | 1001000 | 100011010 | 1011100 | 1111 |
Color Harmonies of #330348
Complementary color
Monochromatic Colors of #330348
Black with #330348
Text Example
Text Example
White with #330348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330348; }
p { color: rgb(51,3,72); }
H1.HeaderClassName
{
color: #330348;
}
.AnyTagClassName
{
color: #330348;
}
</style>
background-color css
<style>
a { background-color: #330348; }
a { background-color: rgb(51,3,72); }
div.DivClassName
{
background-color: #330348;
}
.BgClassName
{
background-color: #330348;
}
</style>
border-color css
<style>
span { border-color: #330348; }
span { border-color: rgb(51,3,72); }
td.TdClassName
{
border-color: #330348;
}
.TagClassName
{
border-color: #330348;
}
</style>