Shades of Blackcurrant #331044
Tints of Blackcurrant #331044
RGB
CMYK
RGB Variations
Color information
#331044 (or 0x331044) is known color: Blackcurrant. HEX triplet: 33, 10 and 44. RGB value is (51,16,68). Sum of RGB (Red+Green+Blue) = 51+16+68=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #331044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331044 is #CCEFBB. Grayscale: #202020. Windows color (decimal): -13430716 or 4460595. OLE color: 4460595.
HSL color Cylindrical-coordinate representation of color #331044: hue angle of 280.38º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331044 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 16 | 68 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.73 |
| HSL | 280.38º | 0.62% | 0.16% | - |
| HSV(B) | 280.38º | 0.76% | 0.27% | - |
| XYZ | 2.59 | 1.49 | 5.62 | - |
| YUV | 32.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 68 | 0.25 | 0.76 | 0 | 0.73 | 280.38 | 0.62 | 0.16 |
| Hex | 33 | 10 | 44 | 19 | 4C | 0 | 49 | 118 | 3E | 10 |
| Octal | 63 | 20 | 104 | 31 | 114 | 0 | 111 | 430 | 76 | 20 |
| Binary | 110011 | 10000 | 1000100 | 11001 | 1001100 | 0 | 1001001 | 100011000 | 111110 | 10000 |
Color Harmonies of #331044
Complementary color
Monochromatic Colors of #331044
Black with #331044
Text Example
Text Example
White with #331044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331044; }
p { color: rgb(51,16,68); }
H1.HeaderClassName
{
color: #331044;
}
.AnyTagClassName
{
color: #331044;
}
</style>
background-color css
<style>
a { background-color: #331044; }
a { background-color: rgb(51,16,68); }
div.DivClassName
{
background-color: #331044;
}
.BgClassName
{
background-color: #331044;
}
</style>
border-color css
<style>
span { border-color: #331044; }
span { border-color: rgb(51,16,68); }
td.TdClassName
{
border-color: #331044;
}
.TagClassName
{
border-color: #331044;
}
</style>