Shades of Blackcurrant #311B3D
Tints of Blackcurrant #311B3D
RGB
CMYK
RGB Variations
Color information
#311B3D (or 0x311B3D) is known color: Blackcurrant. HEX triplet: 31, 1B and 3D. RGB value is (49,27,61). Sum of RGB (Red+Green+Blue) = 49+27+61=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #311B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B3D is #CEE4C2. Grayscale: #252525. Windows color (decimal): -13558979 or 4004657. OLE color: 4004657.
HSL color Cylindrical-coordinate representation of color #311B3D: hue angle of 278.82º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #311B3D is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 27 | 61 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.76 |
| HSL | 278.82º | 0.39% | 0.17% | - |
| HSV(B) | 278.82º | 0.56% | 0.24% | - |
| XYZ | 2.5 | 1.77 | 4.63 | - |
| YUV | 37.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 61 | 0.20 | 0.56 | 0 | 0.76 | 278.82 | 0.39 | 0.17 |
| Hex | 31 | 1B | 3D | 14 | 38 | 0 | 4C | 117 | 27 | 11 |
| Octal | 61 | 33 | 75 | 24 | 70 | 0 | 114 | 427 | 47 | 21 |
| Binary | 110001 | 11011 | 111101 | 10100 | 111000 | 0 | 1001100 | 100010111 | 100111 | 10001 |
Color Harmonies of #311B3D
Complementary color
Monochromatic Colors of #311B3D
Black with #311B3D
Text Example
Text Example
White with #311B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B3D; }
p { color: rgb(49,27,61); }
H1.HeaderClassName
{
color: #311B3D;
}
.AnyTagClassName
{
color: #311B3D;
}
</style>
background-color css
<style>
a { background-color: #311B3D; }
a { background-color: rgb(49,27,61); }
div.DivClassName
{
background-color: #311B3D;
}
.BgClassName
{
background-color: #311B3D;
}
</style>
border-color css
<style>
span { border-color: #311B3D; }
span { border-color: rgb(49,27,61); }
td.TdClassName
{
border-color: #311B3D;
}
.TagClassName
{
border-color: #311B3D;
}
</style>