Shades of Blackcurrant #311238
Tints of Blackcurrant #311238
RGB
CMYK
RGB Variations
Color information
#311238 (or 0x311238) is known color: Blackcurrant. HEX triplet: 31, 12 and 38. RGB value is (49,18,56). Sum of RGB (Red+Green+Blue) = 49+18+56=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #311238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311238 is #CEEDC7. Grayscale: #1F1F1F. Windows color (decimal): -13561288 or 3674673. OLE color: 3674673.
HSL color Cylindrical-coordinate representation of color #311238: hue angle of 288.95º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #311238 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 18 | 56 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.78 |
| HSL | 288.95º | 0.51% | 0.15% | - |
| HSV(B) | 288.95º | 0.68% | 0.22% | - |
| XYZ | 2.2 | 1.37 | 3.89 | - |
| YUV | 31.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 56 | 0.12 | 0.68 | 0 | 0.78 | 288.95 | 0.51 | 0.15 |
| Hex | 31 | 12 | 38 | C | 44 | 0 | 4E | 121 | 33 | F |
| Octal | 61 | 22 | 70 | 14 | 104 | 0 | 116 | 441 | 63 | 17 |
| Binary | 110001 | 10010 | 111000 | 1100 | 1000100 | 0 | 1001110 | 100100001 | 110011 | 1111 |
Color Harmonies of #311238
Complementary color
Monochromatic Colors of #311238
Black with #311238
Text Example
Text Example
White with #311238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311238; }
p { color: rgb(49,18,56); }
H1.HeaderClassName
{
color: #311238;
}
.AnyTagClassName
{
color: #311238;
}
</style>
background-color css
<style>
a { background-color: #311238; }
a { background-color: rgb(49,18,56); }
div.DivClassName
{
background-color: #311238;
}
.BgClassName
{
background-color: #311238;
}
</style>
border-color css
<style>
span { border-color: #311238; }
span { border-color: rgb(49,18,56); }
td.TdClassName
{
border-color: #311238;
}
.TagClassName
{
border-color: #311238;
}
</style>