Shades of Blackcurrant #331348
Tints of Blackcurrant #331348
RGB
CMYK
RGB Variations
Color information
#331348 (or 0x331348) is known color: Blackcurrant. HEX triplet: 33, 13 and 48. RGB value is (51,19,72). Sum of RGB (Red+Green+Blue) = 51+19+72=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #331348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331348 is #CCECB7. Grayscale: #222222. Windows color (decimal): -13429944 or 4723507. OLE color: 4723507.
HSL color Cylindrical-coordinate representation of color #331348: hue angle of 276.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #331348 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 19 | 72 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.72 |
| HSL | 276.23º | 0.58% | 0.18% | - |
| HSV(B) | 276.23º | 0.74% | 0.28% | - |
| XYZ | 2.77 | 1.64 | 6.3 | - |
| YUV | 34.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 72 | 0.29 | 0.74 | 0 | 0.72 | 276.23 | 0.58 | 0.18 |
| Hex | 33 | 13 | 48 | 1D | 4A | 0 | 48 | 114 | 3A | 12 |
| Octal | 63 | 23 | 110 | 35 | 112 | 0 | 110 | 424 | 72 | 22 |
| Binary | 110011 | 10011 | 1001000 | 11101 | 1001010 | 0 | 1001000 | 100010100 | 111010 | 10010 |
Color Harmonies of #331348
Complementary color
Monochromatic Colors of #331348
Black with #331348
Text Example
Text Example
White with #331348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331348; }
p { color: rgb(51,19,72); }
H1.HeaderClassName
{
color: #331348;
}
.AnyTagClassName
{
color: #331348;
}
</style>
background-color css
<style>
a { background-color: #331348; }
a { background-color: rgb(51,19,72); }
div.DivClassName
{
background-color: #331348;
}
.BgClassName
{
background-color: #331348;
}
</style>
border-color css
<style>
span { border-color: #331348; }
span { border-color: rgb(51,19,72); }
td.TdClassName
{
border-color: #331348;
}
.TagClassName
{
border-color: #331348;
}
</style>