Shades of Blackcurrant #312239
Tints of Blackcurrant #312239
RGB
CMYK
RGB Variations
Color information
#312239 (or 0x312239) is known color: Blackcurrant. HEX triplet: 31, 22 and 39. RGB value is (49,34,57). Sum of RGB (Red+Green+Blue) = 49+34+57=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #312239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312239 is #CEDDC6. Grayscale: #292929. Windows color (decimal): -13557191 or 3744305. OLE color: 3744305.
HSL color Cylindrical-coordinate representation of color #312239: hue angle of 279.13º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #312239 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 34 | 57 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.78 |
| HSL | 279.13º | 0.25% | 0.18% | - |
| HSV(B) | 279.13º | 0.4% | 0.22% | - |
| XYZ | 2.58 | 2.09 | 4.14 | - |
| YUV | 41.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 57 | 0.14 | 0.40 | 0 | 0.78 | 279.13 | 0.25 | 0.18 |
| Hex | 31 | 22 | 39 | E | 28 | 0 | 4E | 117 | 19 | 12 |
| Octal | 61 | 42 | 71 | 16 | 50 | 0 | 116 | 427 | 31 | 22 |
| Binary | 110001 | 100010 | 111001 | 1110 | 101000 | 0 | 1001110 | 100010111 | 11001 | 10010 |
Color Harmonies of #312239
Complementary color
Monochromatic Colors of #312239
Black with #312239
Text Example
Text Example
White with #312239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312239; }
p { color: rgb(49,34,57); }
H1.HeaderClassName
{
color: #312239;
}
.AnyTagClassName
{
color: #312239;
}
</style>
background-color css
<style>
a { background-color: #312239; }
a { background-color: rgb(49,34,57); }
div.DivClassName
{
background-color: #312239;
}
.BgClassName
{
background-color: #312239;
}
</style>
border-color css
<style>
span { border-color: #312239; }
span { border-color: rgb(49,34,57); }
td.TdClassName
{
border-color: #312239;
}
.TagClassName
{
border-color: #312239;
}
</style>