Shades of Blackcurrant #331849
Tints of Blackcurrant #331849
RGB
CMYK
RGB Variations
Color information
#331849 (or 0x331849) is known color: Blackcurrant. HEX triplet: 33, 18 and 49. RGB value is (51,24,73). Sum of RGB (Red+Green+Blue) = 51+24+73=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #331849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331849 is #CCE7B6. Grayscale: #252525. Windows color (decimal): -13428663 or 4790323. OLE color: 4790323.
HSL color Cylindrical-coordinate representation of color #331849: hue angle of 273.06º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331849 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 24 | 73 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.71 |
| HSL | 273.06º | 0.51% | 0.19% | - |
| HSV(B) | 273.06º | 0.67% | 0.29% | - |
| XYZ | 2.89 | 1.84 | 6.51 | - |
| YUV | 37.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 73 | 0.30 | 0.67 | 0 | 0.71 | 273.06 | 0.51 | 0.19 |
| Hex | 33 | 18 | 49 | 1E | 43 | 0 | 47 | 111 | 33 | 13 |
| Octal | 63 | 30 | 111 | 36 | 103 | 0 | 107 | 421 | 63 | 23 |
| Binary | 110011 | 11000 | 1001001 | 11110 | 1000011 | 0 | 1000111 | 100010001 | 110011 | 10011 |
Color Harmonies of #331849
Complementary color
Monochromatic Colors of #331849
Black with #331849
Text Example
Text Example
White with #331849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331849; }
p { color: rgb(51,24,73); }
H1.HeaderClassName
{
color: #331849;
}
.AnyTagClassName
{
color: #331849;
}
</style>
background-color css
<style>
a { background-color: #331849; }
a { background-color: rgb(51,24,73); }
div.DivClassName
{
background-color: #331849;
}
.BgClassName
{
background-color: #331849;
}
</style>
border-color css
<style>
span { border-color: #331849; }
span { border-color: rgb(51,24,73); }
td.TdClassName
{
border-color: #331849;
}
.TagClassName
{
border-color: #331849;
}
</style>