Shades of Blackcurrant #331D45
Tints of Blackcurrant #331D45
RGB
CMYK
RGB Variations
Color information
#331D45 (or 0x331D45) is known color: Blackcurrant. HEX triplet: 33, 1D and 45. RGB value is (51,29,69). Sum of RGB (Red+Green+Blue) = 51+29+69=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 69 - color contains mainly: blue. Hex color #331D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D45 is #CCE2BA. Grayscale: #282828. Windows color (decimal): -13427387 or 4529459. OLE color: 4529459.
HSL color Cylindrical-coordinate representation of color #331D45: hue angle of 273º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #331D45 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 29 | 69 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.73 |
| HSL | 273º | 0.41% | 0.19% | - |
| HSV(B) | 273º | 0.58% | 0.27% | - |
| XYZ | 2.88 | 2.01 | 5.87 | - |
| YUV | 40.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 69 | 0.26 | 0.58 | 0 | 0.73 | 273 | 0.41 | 0.19 |
| Hex | 33 | 1D | 45 | 1A | 3A | 0 | 49 | 111 | 29 | 13 |
| Octal | 63 | 35 | 105 | 32 | 72 | 0 | 111 | 421 | 51 | 23 |
| Binary | 110011 | 11101 | 1000101 | 11010 | 111010 | 0 | 1001001 | 100010001 | 101001 | 10011 |
Color Harmonies of #331D45
Complementary color
Monochromatic Colors of #331D45
Black with #331D45
Text Example
Text Example
White with #331D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D45; }
p { color: rgb(51,29,69); }
H1.HeaderClassName
{
color: #331D45;
}
.AnyTagClassName
{
color: #331D45;
}
</style>
background-color css
<style>
a { background-color: #331D45; }
a { background-color: rgb(51,29,69); }
div.DivClassName
{
background-color: #331D45;
}
.BgClassName
{
background-color: #331D45;
}
</style>
border-color css
<style>
span { border-color: #331D45; }
span { border-color: rgb(51,29,69); }
td.TdClassName
{
border-color: #331D45;
}
.TagClassName
{
border-color: #331D45;
}
</style>