Shades of Blackcurrant #311D3B
Tints of Blackcurrant #311D3B
RGB
CMYK
RGB Variations
Color information
#311D3B (or 0x311D3B) is known color: Blackcurrant. HEX triplet: 31, 1D and 3B. RGB value is (49,29,59). Sum of RGB (Red+Green+Blue) = 49+29+59=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #311D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D3B is #CEE2C4. Grayscale: #262626. Windows color (decimal): -13558469 or 3874097. OLE color: 3874097.
HSL color Cylindrical-coordinate representation of color #311D3B: hue angle of 280º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311D3B is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 29 | 59 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.77 |
| HSL | 280º | 0.34% | 0.17% | - |
| HSV(B) | 280º | 0.51% | 0.23% | - |
| XYZ | 2.5 | 1.85 | 4.36 | - |
| YUV | 38.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 59 | 0.17 | 0.51 | 0 | 0.77 | 280 | 0.34 | 0.17 |
| Hex | 31 | 1D | 3B | 11 | 33 | 0 | 4D | 118 | 22 | 11 |
| Octal | 61 | 35 | 73 | 21 | 63 | 0 | 115 | 430 | 42 | 21 |
| Binary | 110001 | 11101 | 111011 | 10001 | 110011 | 0 | 1001101 | 100011000 | 100010 | 10001 |
Color Harmonies of #311D3B
Complementary color
Monochromatic Colors of #311D3B
Black with #311D3B
Text Example
Text Example
White with #311D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D3B; }
p { color: rgb(49,29,59); }
H1.HeaderClassName
{
color: #311D3B;
}
.AnyTagClassName
{
color: #311D3B;
}
</style>
background-color css
<style>
a { background-color: #311D3B; }
a { background-color: rgb(49,29,59); }
div.DivClassName
{
background-color: #311D3B;
}
.BgClassName
{
background-color: #311D3B;
}
</style>
border-color css
<style>
span { border-color: #311D3B; }
span { border-color: rgb(49,29,59); }
td.TdClassName
{
border-color: #311D3B;
}
.TagClassName
{
border-color: #311D3B;
}
</style>