Shades of Blackcurrant #311C41
Tints of Blackcurrant #311C41
RGB
CMYK
RGB Variations
Color information
#311C41 (or 0x311C41) is known color: Blackcurrant. HEX triplet: 31, 1C and 41. RGB value is (49,28,65). Sum of RGB (Red+Green+Blue) = 49+28+65=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #311C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C41 is #CEE3BE. Grayscale: #262626. Windows color (decimal): -13558719 or 4267057. OLE color: 4267057.
HSL color Cylindrical-coordinate representation of color #311C41: hue angle of 274.05º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311C41 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 28 | 65 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.75 |
| HSL | 274.05º | 0.4% | 0.18% | - |
| HSV(B) | 274.05º | 0.57% | 0.25% | - |
| XYZ | 2.64 | 1.87 | 5.22 | - |
| YUV | 38.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 65 | 0.25 | 0.57 | 0 | 0.75 | 274.05 | 0.4 | 0.18 |
| Hex | 31 | 1C | 41 | 19 | 39 | 0 | 4B | 112 | 28 | 12 |
| Octal | 61 | 34 | 101 | 31 | 71 | 0 | 113 | 422 | 50 | 22 |
| Binary | 110001 | 11100 | 1000001 | 11001 | 111001 | 0 | 1001011 | 100010010 | 101000 | 10010 |
Color Harmonies of #311C41
Complementary color
Monochromatic Colors of #311C41
Black with #311C41
Text Example
Text Example
White with #311C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C41; }
p { color: rgb(49,28,65); }
H1.HeaderClassName
{
color: #311C41;
}
.AnyTagClassName
{
color: #311C41;
}
</style>
background-color css
<style>
a { background-color: #311C41; }
a { background-color: rgb(49,28,65); }
div.DivClassName
{
background-color: #311C41;
}
.BgClassName
{
background-color: #311C41;
}
</style>
border-color css
<style>
span { border-color: #311C41; }
span { border-color: rgb(49,28,65); }
td.TdClassName
{
border-color: #311C41;
}
.TagClassName
{
border-color: #311C41;
}
</style>