Shades of Blackcurrant #311C42
Tints of Blackcurrant #311C42
RGB
CMYK
RGB Variations
Color information
#311C42 (or 0x311C42) is known color: Blackcurrant. HEX triplet: 31, 1C and 42. RGB value is (49,28,66). Sum of RGB (Red+Green+Blue) = 49+28+66=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #311C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C42 is #CEE3BD. Grayscale: #262626. Windows color (decimal): -13558718 or 4332593. OLE color: 4332593.
HSL color Cylindrical-coordinate representation of color #311C42: hue angle of 273.16º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #311C42 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 28 | 66 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.74 |
| HSL | 273.16º | 0.4% | 0.18% | - |
| HSV(B) | 273.16º | 0.58% | 0.26% | - |
| XYZ | 2.67 | 1.88 | 5.38 | - |
| YUV | 38.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 66 | 0.26 | 0.58 | 0 | 0.74 | 273.16 | 0.4 | 0.18 |
| Hex | 31 | 1C | 42 | 1A | 3A | 0 | 4A | 111 | 28 | 12 |
| Octal | 61 | 34 | 102 | 32 | 72 | 0 | 112 | 421 | 50 | 22 |
| Binary | 110001 | 11100 | 1000010 | 11010 | 111010 | 0 | 1001010 | 100010001 | 101000 | 10010 |
Color Harmonies of #311C42
Complementary color
Monochromatic Colors of #311C42
Black with #311C42
Text Example
Text Example
White with #311C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C42; }
p { color: rgb(49,28,66); }
H1.HeaderClassName
{
color: #311C42;
}
.AnyTagClassName
{
color: #311C42;
}
</style>
background-color css
<style>
a { background-color: #311C42; }
a { background-color: rgb(49,28,66); }
div.DivClassName
{
background-color: #311C42;
}
.BgClassName
{
background-color: #311C42;
}
</style>
border-color css
<style>
span { border-color: #311C42; }
span { border-color: rgb(49,28,66); }
td.TdClassName
{
border-color: #311C42;
}
.TagClassName
{
border-color: #311C42;
}
</style>