Shades of Blackcurrant #331250
Tints of Blackcurrant #331250
RGB
CMYK
RGB Variations
Color information
#331250 (or 0x331250) is known color: Blackcurrant. HEX triplet: 33, 12 and 50. RGB value is (51,18,80). Sum of RGB (Red+Green+Blue) = 51+18+80=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #331250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331250 is #CCEDAF. Grayscale: #222222. Windows color (decimal): -13430192 or 5247539. OLE color: 5247539.
HSL color Cylindrical-coordinate representation of color #331250: hue angle of 271.94º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331250 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 18 | 80 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.69 |
| HSL | 271.94º | 0.63% | 0.19% | - |
| HSV(B) | 271.94º | 0.78% | 0.31% | - |
| XYZ | 3.03 | 1.72 | 7.76 | - |
| YUV | 34.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 80 | 0.36 | 0.78 | 0 | 0.69 | 271.94 | 0.63 | 0.19 |
| Hex | 33 | 12 | 50 | 24 | 4E | 0 | 45 | 110 | 3F | 13 |
| Octal | 63 | 22 | 120 | 44 | 116 | 0 | 105 | 420 | 77 | 23 |
| Binary | 110011 | 10010 | 1010000 | 100100 | 1001110 | 0 | 1000101 | 100010000 | 111111 | 10011 |
Color Harmonies of #331250
Complementary color
Monochromatic Colors of #331250
Black with #331250
Text Example
Text Example
White with #331250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331250; }
p { color: rgb(51,18,80); }
H1.HeaderClassName
{
color: #331250;
}
.AnyTagClassName
{
color: #331250;
}
</style>
background-color css
<style>
a { background-color: #331250; }
a { background-color: rgb(51,18,80); }
div.DivClassName
{
background-color: #331250;
}
.BgClassName
{
background-color: #331250;
}
</style>
border-color css
<style>
span { border-color: #331250; }
span { border-color: rgb(51,18,80); }
td.TdClassName
{
border-color: #331250;
}
.TagClassName
{
border-color: #331250;
}
</style>