Shades of Blackcurrant #310053
Tints of Blackcurrant #310053
RGB
CMYK
RGB Variations
Color information
#310053 (or 0x310053) is known color: Blackcurrant. HEX triplet: 31, 00 and 53. RGB value is (49,0,83). Sum of RGB (Red+Green+Blue) = 49+0+83=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #310053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310053 is #CEFFAC. Grayscale: #171717. Windows color (decimal): -13565869 or 5439537. OLE color: 5439537.
HSL color Cylindrical-coordinate representation of color #310053: hue angle of 275.42º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310053 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 0 | 83 | - |
| CMYK | 0.41 | 1 | 0 | 0.67 |
| HSL | 275.42º | 1% | 0.16% | - |
| HSV(B) | 275.42º | 1% | 0.33% | - |
| XYZ | 2.83 | 1.28 | 8.28 | - |
| YUV | 24.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 83 | 0.41 | 1 | 0 | 0.67 | 275.42 | 1 | 0.16 |
| Hex | 31 | 0 | 53 | 29 | 64 | 0 | 43 | 113 | 64 | 10 |
| Octal | 61 | 0 | 123 | 51 | 144 | 0 | 103 | 423 | 144 | 20 |
| Binary | 110001 | 0 | 1010011 | 101001 | 1100100 | 0 | 1000011 | 100010011 | 1100100 | 10000 |
Color Harmonies of #310053
Complementary color
Monochromatic Colors of #310053
Black with #310053
Text Example
Text Example
White with #310053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310053; }
p { color: rgb(49,0,83); }
H1.HeaderClassName
{
color: #310053;
}
.AnyTagClassName
{
color: #310053;
}
</style>
background-color css
<style>
a { background-color: #310053; }
a { background-color: rgb(49,0,83); }
div.DivClassName
{
background-color: #310053;
}
.BgClassName
{
background-color: #310053;
}
</style>
border-color css
<style>
span { border-color: #310053; }
span { border-color: rgb(49,0,83); }
td.TdClassName
{
border-color: #310053;
}
.TagClassName
{
border-color: #310053;
}
</style>