Shades of Blackcurrant #311A48
Tints of Blackcurrant #311A48
RGB
CMYK
RGB Variations
Color information
#311A48 (or 0x311A48) is known color: Blackcurrant. HEX triplet: 31, 1A and 48. RGB value is (49,26,72). Sum of RGB (Red+Green+Blue) = 49+26+72=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #311A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A48 is #CEE5B7. Grayscale: #252525. Windows color (decimal): -13559224 or 4725297. OLE color: 4725297.
HSL color Cylindrical-coordinate representation of color #311A48: hue angle of 270º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #311A48 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 26 | 72 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.72 |
| HSL | 270º | 0.47% | 0.19% | - |
| HSV(B) | 270º | 0.64% | 0.28% | - |
| XYZ | 2.81 | 1.86 | 6.34 | - |
| YUV | 38.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 72 | 0.32 | 0.64 | 0 | 0.72 | 270 | 0.47 | 0.19 |
| Hex | 31 | 1A | 48 | 20 | 40 | 0 | 48 | 10E | 2F | 13 |
| Octal | 61 | 32 | 110 | 40 | 100 | 0 | 110 | 416 | 57 | 23 |
| Binary | 110001 | 11010 | 1001000 | 100000 | 1000000 | 0 | 1001000 | 100001110 | 101111 | 10011 |
Color Harmonies of #311A48
Complementary color
Monochromatic Colors of #311A48
Black with #311A48
Text Example
Text Example
White with #311A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A48; }
p { color: rgb(49,26,72); }
H1.HeaderClassName
{
color: #311A48;
}
.AnyTagClassName
{
color: #311A48;
}
</style>
background-color css
<style>
a { background-color: #311A48; }
a { background-color: rgb(49,26,72); }
div.DivClassName
{
background-color: #311A48;
}
.BgClassName
{
background-color: #311A48;
}
</style>
border-color css
<style>
span { border-color: #311A48; }
span { border-color: rgb(49,26,72); }
td.TdClassName
{
border-color: #311A48;
}
.TagClassName
{
border-color: #311A48;
}
</style>