Shades of Blackcurrant #331344
Tints of Blackcurrant #331344
RGB
CMYK
RGB Variations
Color information
#331344 (or 0x331344) is known color: Blackcurrant. HEX triplet: 33, 13 and 44. RGB value is (51,19,68). Sum of RGB (Red+Green+Blue) = 51+19+68=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #331344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331344 is #CCECBB. Grayscale: #212121. Windows color (decimal): -13429948 or 4461363. OLE color: 4461363.
HSL color Cylindrical-coordinate representation of color #331344: hue angle of 279.18º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #331344 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 19 | 68 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.73 |
| HSL | 279.18º | 0.56% | 0.17% | - |
| HSV(B) | 279.18º | 0.72% | 0.27% | - |
| XYZ | 2.64 | 1.59 | 5.64 | - |
| YUV | 34.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 68 | 0.25 | 0.72 | 0 | 0.73 | 279.18 | 0.56 | 0.17 |
| Hex | 33 | 13 | 44 | 19 | 48 | 0 | 49 | 117 | 38 | 11 |
| Octal | 63 | 23 | 104 | 31 | 110 | 0 | 111 | 427 | 70 | 21 |
| Binary | 110011 | 10011 | 1000100 | 11001 | 1001000 | 0 | 1001001 | 100010111 | 111000 | 10001 |
Color Harmonies of #331344
Complementary color
Monochromatic Colors of #331344
Black with #331344
Text Example
Text Example
White with #331344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331344; }
p { color: rgb(51,19,68); }
H1.HeaderClassName
{
color: #331344;
}
.AnyTagClassName
{
color: #331344;
}
</style>
background-color css
<style>
a { background-color: #331344; }
a { background-color: rgb(51,19,68); }
div.DivClassName
{
background-color: #331344;
}
.BgClassName
{
background-color: #331344;
}
</style>
border-color css
<style>
span { border-color: #331344; }
span { border-color: rgb(51,19,68); }
td.TdClassName
{
border-color: #331344;
}
.TagClassName
{
border-color: #331344;
}
</style>