Shades of Blackcurrant #311845
Tints of Blackcurrant #311845
RGB
CMYK
RGB Variations
Color information
#311845 (or 0x311845) is known color: Blackcurrant. HEX triplet: 31, 18 and 45. RGB value is (49,24,69). Sum of RGB (Red+Green+Blue) = 49+24+69=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #311845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311845 is #CEE7BA. Grayscale: #242424. Windows color (decimal): -13559739 or 4528177. OLE color: 4528177.
HSL color Cylindrical-coordinate representation of color #311845: hue angle of 273.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311845 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 24 | 69 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.73 |
| HSL | 273.33º | 0.48% | 0.18% | - |
| HSV(B) | 273.33º | 0.65% | 0.27% | - |
| XYZ | 2.67 | 1.74 | 5.82 | - |
| YUV | 36.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 69 | 0.29 | 0.65 | 0 | 0.73 | 273.33 | 0.48 | 0.18 |
| Hex | 31 | 18 | 45 | 1D | 41 | 0 | 49 | 111 | 30 | 12 |
| Octal | 61 | 30 | 105 | 35 | 101 | 0 | 111 | 421 | 60 | 22 |
| Binary | 110001 | 11000 | 1000101 | 11101 | 1000001 | 0 | 1001001 | 100010001 | 110000 | 10010 |
Color Harmonies of #311845
Complementary color
Monochromatic Colors of #311845
Black with #311845
Text Example
Text Example
White with #311845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311845; }
p { color: rgb(49,24,69); }
H1.HeaderClassName
{
color: #311845;
}
.AnyTagClassName
{
color: #311845;
}
</style>
background-color css
<style>
a { background-color: #311845; }
a { background-color: rgb(49,24,69); }
div.DivClassName
{
background-color: #311845;
}
.BgClassName
{
background-color: #311845;
}
</style>
border-color css
<style>
span { border-color: #311845; }
span { border-color: rgb(49,24,69); }
td.TdClassName
{
border-color: #311845;
}
.TagClassName
{
border-color: #311845;
}
</style>