Shades of Blackcurrant #311A3D
Tints of Blackcurrant #311A3D
RGB
CMYK
RGB Variations
Color information
#311A3D (or 0x311A3D) is known color: Blackcurrant. HEX triplet: 31, 1A and 3D. RGB value is (49,26,61). Sum of RGB (Red+Green+Blue) = 49+26+61=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #311A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A3D is #CEE5C2. Grayscale: #242424. Windows color (decimal): -13559235 or 4004401. OLE color: 4004401.
HSL color Cylindrical-coordinate representation of color #311A3D: hue angle of 279.43º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311A3D is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 26 | 61 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.76 |
| HSL | 279.43º | 0.4% | 0.17% | - |
| HSV(B) | 279.43º | 0.57% | 0.24% | - |
| XYZ | 2.48 | 1.73 | 4.62 | - |
| YUV | 36.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 61 | 0.20 | 0.57 | 0 | 0.76 | 279.43 | 0.4 | 0.17 |
| Hex | 31 | 1A | 3D | 14 | 39 | 0 | 4C | 117 | 28 | 11 |
| Octal | 61 | 32 | 75 | 24 | 71 | 0 | 114 | 427 | 50 | 21 |
| Binary | 110001 | 11010 | 111101 | 10100 | 111001 | 0 | 1001100 | 100010111 | 101000 | 10001 |
Color Harmonies of #311A3D
Complementary color
Monochromatic Colors of #311A3D
Black with #311A3D
Text Example
Text Example
White with #311A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A3D; }
p { color: rgb(49,26,61); }
H1.HeaderClassName
{
color: #311A3D;
}
.AnyTagClassName
{
color: #311A3D;
}
</style>
background-color css
<style>
a { background-color: #311A3D; }
a { background-color: rgb(49,26,61); }
div.DivClassName
{
background-color: #311A3D;
}
.BgClassName
{
background-color: #311A3D;
}
</style>
border-color css
<style>
span { border-color: #311A3D; }
span { border-color: rgb(49,26,61); }
td.TdClassName
{
border-color: #311A3D;
}
.TagClassName
{
border-color: #311A3D;
}
</style>