Shades of Blackcurrant #311C3F
Tints of Blackcurrant #311C3F
RGB
CMYK
RGB Variations
Color information
#311C3F (or 0x311C3F) is known color: Blackcurrant. HEX triplet: 31, 1C and 3F. RGB value is (49,28,63). Sum of RGB (Red+Green+Blue) = 49+28+63=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #311C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C3F is #CEE3C0. Grayscale: #262626. Windows color (decimal): -13558721 or 4135985. OLE color: 4135985.
HSL color Cylindrical-coordinate representation of color #311C3F: hue angle of 276º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #311C3F is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 28 | 63 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.75 |
| HSL | 276º | 0.38% | 0.18% | - |
| HSV(B) | 276º | 0.56% | 0.25% | - |
| XYZ | 2.58 | 1.84 | 4.92 | - |
| YUV | 38.27 | 141.96 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 63 | 0.22 | 0.56 | 0 | 0.75 | 276 | 0.38 | 0.18 |
| Hex | 31 | 1C | 3F | 16 | 38 | 0 | 4B | 114 | 26 | 12 |
| Octal | 61 | 34 | 77 | 26 | 70 | 0 | 113 | 424 | 46 | 22 |
| Binary | 110001 | 11100 | 111111 | 10110 | 111000 | 0 | 1001011 | 100010100 | 100110 | 10010 |
Color Harmonies of #311C3F
Complementary color
Monochromatic Colors of #311C3F
Black with #311C3F
Text Example
Text Example
White with #311C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C3F; }
p { color: rgb(49,28,63); }
H1.HeaderClassName
{
color: #311C3F;
}
.AnyTagClassName
{
color: #311C3F;
}
</style>
background-color css
<style>
a { background-color: #311C3F; }
a { background-color: rgb(49,28,63); }
div.DivClassName
{
background-color: #311C3F;
}
.BgClassName
{
background-color: #311C3F;
}
</style>
border-color css
<style>
span { border-color: #311C3F; }
span { border-color: rgb(49,28,63); }
td.TdClassName
{
border-color: #311C3F;
}
.TagClassName
{
border-color: #311C3F;
}
</style>