Shades of Blackcurrant #310953
Tints of Blackcurrant #310953
RGB
CMYK
RGB Variations
Color information
#310953 (or 0x310953) is known color: Blackcurrant. HEX triplet: 31, 09 and 53. RGB value is (49,9,83). Sum of RGB (Red+Green+Blue) = 49+9+83=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #310953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310953 is #CEF6AC. Grayscale: #1D1D1D. Windows color (decimal): -13563565 or 5441841. OLE color: 5441841.
HSL color Cylindrical-coordinate representation of color #310953: hue angle of 272.43º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310953 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 9 | 83 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.67 |
| HSL | 272.43º | 0.8% | 0.18% | - |
| HSV(B) | 272.43º | 0.89% | 0.33% | - |
| XYZ | 2.93 | 1.47 | 8.31 | - |
| YUV | 29.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 83 | 0.41 | 0.89 | 0 | 0.67 | 272.43 | 0.8 | 0.18 |
| Hex | 31 | 9 | 53 | 29 | 59 | 0 | 43 | 110 | 50 | 12 |
| Octal | 61 | 11 | 123 | 51 | 131 | 0 | 103 | 420 | 120 | 22 |
| Binary | 110001 | 1001 | 1010011 | 101001 | 1011001 | 0 | 1000011 | 100010000 | 1010000 | 10010 |
Color Harmonies of #310953
Complementary color
Monochromatic Colors of #310953
Black with #310953
Text Example
Text Example
White with #310953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310953; }
p { color: rgb(49,9,83); }
H1.HeaderClassName
{
color: #310953;
}
.AnyTagClassName
{
color: #310953;
}
</style>
background-color css
<style>
a { background-color: #310953; }
a { background-color: rgb(49,9,83); }
div.DivClassName
{
background-color: #310953;
}
.BgClassName
{
background-color: #310953;
}
</style>
border-color css
<style>
span { border-color: #310953; }
span { border-color: rgb(49,9,83); }
td.TdClassName
{
border-color: #310953;
}
.TagClassName
{
border-color: #310953;
}
</style>