Shades of Blackcurrant #311744
Tints of Blackcurrant #311744
RGB
CMYK
RGB Variations
Color information
#311744 (or 0x311744) is known color: Blackcurrant. HEX triplet: 31, 17 and 44. RGB value is (49,23,68). Sum of RGB (Red+Green+Blue) = 49+23+68=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 23 (9.38% from 255 or 16.43% 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 #311744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311744 is #CEE8BB. Grayscale: #232323. Windows color (decimal): -13559996 or 4462385. OLE color: 4462385.
HSL color Cylindrical-coordinate representation of color #311744: hue angle of 274.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311744 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 23 | 68 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.73 |
| HSL | 274.67º | 0.49% | 0.18% | - |
| HSV(B) | 274.67º | 0.66% | 0.27% | - |
| XYZ | 2.62 | 1.68 | 5.66 | - |
| YUV | 35.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 68 | 0.28 | 0.66 | 0 | 0.73 | 274.67 | 0.49 | 0.18 |
| Hex | 31 | 17 | 44 | 1C | 42 | 0 | 49 | 113 | 31 | 12 |
| Octal | 61 | 27 | 104 | 34 | 102 | 0 | 111 | 423 | 61 | 22 |
| Binary | 110001 | 10111 | 1000100 | 11100 | 1000010 | 0 | 1001001 | 100010011 | 110001 | 10010 |
Color Harmonies of #311744
Complementary color
Monochromatic Colors of #311744
Black with #311744
Text Example
Text Example
White with #311744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311744; }
p { color: rgb(49,23,68); }
H1.HeaderClassName
{
color: #311744;
}
.AnyTagClassName
{
color: #311744;
}
</style>
background-color css
<style>
a { background-color: #311744; }
a { background-color: rgb(49,23,68); }
div.DivClassName
{
background-color: #311744;
}
.BgClassName
{
background-color: #311744;
}
</style>
border-color css
<style>
span { border-color: #311744; }
span { border-color: rgb(49,23,68); }
td.TdClassName
{
border-color: #311744;
}
.TagClassName
{
border-color: #311744;
}
</style>