Shades of Blackcurrant #311943
Tints of Blackcurrant #311943
RGB
CMYK
RGB Variations
Color information
#311943 (or 0x311943) is known color: Blackcurrant. HEX triplet: 31, 19 and 43. RGB value is (49,25,67). Sum of RGB (Red+Green+Blue) = 49+25+67=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #311943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311943 is #CEE6BC. Grayscale: #242424. Windows color (decimal): -13559485 or 4397361. OLE color: 4397361.
HSL color Cylindrical-coordinate representation of color #311943: hue angle of 274.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311943 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 25 | 67 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.74 |
| HSL | 274.29º | 0.46% | 0.18% | - |
| HSV(B) | 274.29º | 0.63% | 0.26% | - |
| XYZ | 2.63 | 1.75 | 5.51 | - |
| YUV | 36.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 67 | 0.27 | 0.63 | 0 | 0.74 | 274.29 | 0.46 | 0.18 |
| Hex | 31 | 19 | 43 | 1B | 3F | 0 | 4A | 112 | 2E | 12 |
| Octal | 61 | 31 | 103 | 33 | 77 | 0 | 112 | 422 | 56 | 22 |
| Binary | 110001 | 11001 | 1000011 | 11011 | 111111 | 0 | 1001010 | 100010010 | 101110 | 10010 |
Color Harmonies of #311943
Complementary color
Monochromatic Colors of #311943
Black with #311943
Text Example
Text Example
White with #311943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311943; }
p { color: rgb(49,25,67); }
H1.HeaderClassName
{
color: #311943;
}
.AnyTagClassName
{
color: #311943;
}
</style>
background-color css
<style>
a { background-color: #311943; }
a { background-color: rgb(49,25,67); }
div.DivClassName
{
background-color: #311943;
}
.BgClassName
{
background-color: #311943;
}
</style>
border-color css
<style>
span { border-color: #311943; }
span { border-color: rgb(49,25,67); }
td.TdClassName
{
border-color: #311943;
}
.TagClassName
{
border-color: #311943;
}
</style>