Shades of Blackcurrant #331145
Tints of Blackcurrant #331145
RGB
CMYK
RGB Variations
Color information
#331145 (or 0x331145) is known color: Blackcurrant. HEX triplet: 33, 11 and 45. RGB value is (51,17,69). Sum of RGB (Red+Green+Blue) = 51+17+69=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #331145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331145 is #CCEEBA. Grayscale: #202020. Windows color (decimal): -13430459 or 4526387. OLE color: 4526387.
HSL color Cylindrical-coordinate representation of color #331145: hue angle of 279.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331145 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 17 | 69 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.73 |
| HSL | 279.23º | 0.6% | 0.17% | - |
| HSV(B) | 279.23º | 0.75% | 0.27% | - |
| XYZ | 2.64 | 1.53 | 5.79 | - |
| YUV | 33.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 69 | 0.26 | 0.75 | 0 | 0.73 | 279.23 | 0.6 | 0.17 |
| Hex | 33 | 11 | 45 | 1A | 4B | 0 | 49 | 117 | 3C | 11 |
| Octal | 63 | 21 | 105 | 32 | 113 | 0 | 111 | 427 | 74 | 21 |
| Binary | 110011 | 10001 | 1000101 | 11010 | 1001011 | 0 | 1001001 | 100010111 | 111100 | 10001 |
Color Harmonies of #331145
Complementary color
Monochromatic Colors of #331145
Black with #331145
Text Example
Text Example
White with #331145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331145; }
p { color: rgb(51,17,69); }
H1.HeaderClassName
{
color: #331145;
}
.AnyTagClassName
{
color: #331145;
}
</style>
background-color css
<style>
a { background-color: #331145; }
a { background-color: rgb(51,17,69); }
div.DivClassName
{
background-color: #331145;
}
.BgClassName
{
background-color: #331145;
}
</style>
border-color css
<style>
span { border-color: #331145; }
span { border-color: rgb(51,17,69); }
td.TdClassName
{
border-color: #331145;
}
.TagClassName
{
border-color: #331145;
}
</style>