Shades of Blackcurrant #331544
Tints of Blackcurrant #331544
RGB
CMYK
RGB Variations
Color information
#331544 (or 0x331544) is known color: Blackcurrant. HEX triplet: 33, 15 and 44. RGB value is (51,21,68). Sum of RGB (Red+Green+Blue) = 51+21+68=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #331544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331544 is #CCEABB. Grayscale: #232323. Windows color (decimal): -13429436 or 4461875. OLE color: 4461875.
HSL color Cylindrical-coordinate representation of color #331544: hue angle of 278.3º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331544 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 21 | 68 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.73 |
| HSL | 278.3º | 0.53% | 0.17% | - |
| HSV(B) | 278.3º | 0.69% | 0.27% | - |
| XYZ | 2.68 | 1.66 | 5.65 | - |
| YUV | 35.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 68 | 0.25 | 0.69 | 0 | 0.73 | 278.3 | 0.53 | 0.17 |
| Hex | 33 | 15 | 44 | 19 | 45 | 0 | 49 | 116 | 35 | 11 |
| Octal | 63 | 25 | 104 | 31 | 105 | 0 | 111 | 426 | 65 | 21 |
| Binary | 110011 | 10101 | 1000100 | 11001 | 1000101 | 0 | 1001001 | 100010110 | 110101 | 10001 |
Color Harmonies of #331544
Complementary color
Monochromatic Colors of #331544
Black with #331544
Text Example
Text Example
White with #331544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331544; }
p { color: rgb(51,21,68); }
H1.HeaderClassName
{
color: #331544;
}
.AnyTagClassName
{
color: #331544;
}
</style>
background-color css
<style>
a { background-color: #331544; }
a { background-color: rgb(51,21,68); }
div.DivClassName
{
background-color: #331544;
}
.BgClassName
{
background-color: #331544;
}
</style>
border-color css
<style>
span { border-color: #331544; }
span { border-color: rgb(51,21,68); }
td.TdClassName
{
border-color: #331544;
}
.TagClassName
{
border-color: #331544;
}
</style>