Shades of Blackcurrant #331948
Tints of Blackcurrant #331948
RGB
CMYK
RGB Variations
Color information
#331948 (or 0x331948) is known color: Blackcurrant. HEX triplet: 33, 19 and 48. RGB value is (51,25,72). Sum of RGB (Red+Green+Blue) = 51+25+72=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #331948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331948 is #CCE6B7. Grayscale: #252525. Windows color (decimal): -13428408 or 4725043. OLE color: 4725043.
HSL color Cylindrical-coordinate representation of color #331948: hue angle of 273.19º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331948 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 25 | 72 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.72 |
| HSL | 273.19º | 0.48% | 0.19% | - |
| HSV(B) | 273.19º | 0.65% | 0.28% | - |
| XYZ | 2.88 | 1.87 | 6.34 | - |
| YUV | 38.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 72 | 0.29 | 0.65 | 0 | 0.72 | 273.19 | 0.48 | 0.19 |
| Hex | 33 | 19 | 48 | 1D | 41 | 0 | 48 | 111 | 30 | 13 |
| Octal | 63 | 31 | 110 | 35 | 101 | 0 | 110 | 421 | 60 | 23 |
| Binary | 110011 | 11001 | 1001000 | 11101 | 1000001 | 0 | 1001000 | 100010001 | 110000 | 10011 |
Color Harmonies of #331948
Complementary color
Monochromatic Colors of #331948
Black with #331948
Text Example
Text Example
White with #331948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331948; }
p { color: rgb(51,25,72); }
H1.HeaderClassName
{
color: #331948;
}
.AnyTagClassName
{
color: #331948;
}
</style>
background-color css
<style>
a { background-color: #331948; }
a { background-color: rgb(51,25,72); }
div.DivClassName
{
background-color: #331948;
}
.BgClassName
{
background-color: #331948;
}
</style>
border-color css
<style>
span { border-color: #331948; }
span { border-color: rgb(51,25,72); }
td.TdClassName
{
border-color: #331948;
}
.TagClassName
{
border-color: #331948;
}
</style>