Shades of Blackcurrant #311448
Tints of Blackcurrant #311448
RGB
CMYK
RGB Variations
Color information
#311448 (or 0x311448) is known color: Blackcurrant. HEX triplet: 31, 14 and 48. RGB value is (49,20,72). Sum of RGB (Red+Green+Blue) = 49+20+72=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #311448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311448 is #CEEBB7. Grayscale: #222222. Windows color (decimal): -13560760 or 4723761. OLE color: 4723761.
HSL color Cylindrical-coordinate representation of color #311448: hue angle of 273.46º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #311448 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 20 | 72 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.72 |
| HSL | 273.46º | 0.57% | 0.18% | - |
| HSV(B) | 273.46º | 0.72% | 0.28% | - |
| XYZ | 2.69 | 1.62 | 6.3 | - |
| YUV | 34.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 72 | 0.32 | 0.72 | 0 | 0.72 | 273.46 | 0.57 | 0.18 |
| Hex | 31 | 14 | 48 | 20 | 48 | 0 | 48 | 111 | 39 | 12 |
| Octal | 61 | 24 | 110 | 40 | 110 | 0 | 110 | 421 | 71 | 22 |
| Binary | 110001 | 10100 | 1001000 | 100000 | 1001000 | 0 | 1001000 | 100010001 | 111001 | 10010 |
Color Harmonies of #311448
Complementary color
Monochromatic Colors of #311448
Black with #311448
Text Example
Text Example
White with #311448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311448; }
p { color: rgb(49,20,72); }
H1.HeaderClassName
{
color: #311448;
}
.AnyTagClassName
{
color: #311448;
}
</style>
background-color css
<style>
a { background-color: #311448; }
a { background-color: rgb(49,20,72); }
div.DivClassName
{
background-color: #311448;
}
.BgClassName
{
background-color: #311448;
}
</style>
border-color css
<style>
span { border-color: #311448; }
span { border-color: rgb(49,20,72); }
td.TdClassName
{
border-color: #311448;
}
.TagClassName
{
border-color: #311448;
}
</style>