Shades of Blackcurrant #310653
Tints of Blackcurrant #310653
RGB
CMYK
RGB Variations
Color information
#310653 (or 0x310653) is known color: Blackcurrant. HEX triplet: 31, 06 and 53. RGB value is (49,6,83). Sum of RGB (Red+Green+Blue) = 49+6+83=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #310653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310653 is #CEF9AC. Grayscale: #1B1B1B. Windows color (decimal): -13564333 or 5441073. OLE color: 5441073.
HSL color Cylindrical-coordinate representation of color #310653: hue angle of 273.51º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310653 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 6 | 83 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.67 |
| HSL | 273.51º | 0.87% | 0.17% | - |
| HSV(B) | 273.51º | 0.93% | 0.33% | - |
| XYZ | 2.89 | 1.41 | 8.3 | - |
| YUV | 27.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 83 | 0.41 | 0.93 | 0 | 0.67 | 273.51 | 0.87 | 0.17 |
| Hex | 31 | 6 | 53 | 29 | 5D | 0 | 43 | 112 | 57 | 11 |
| Octal | 61 | 6 | 123 | 51 | 135 | 0 | 103 | 422 | 127 | 21 |
| Binary | 110001 | 110 | 1010011 | 101001 | 1011101 | 0 | 1000011 | 100010010 | 1010111 | 10001 |
Color Harmonies of #310653
Complementary color
Monochromatic Colors of #310653
Black with #310653
Text Example
Text Example
White with #310653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310653; }
p { color: rgb(49,6,83); }
H1.HeaderClassName
{
color: #310653;
}
.AnyTagClassName
{
color: #310653;
}
</style>
background-color css
<style>
a { background-color: #310653; }
a { background-color: rgb(49,6,83); }
div.DivClassName
{
background-color: #310653;
}
.BgClassName
{
background-color: #310653;
}
</style>
border-color css
<style>
span { border-color: #310653; }
span { border-color: rgb(49,6,83); }
td.TdClassName
{
border-color: #310653;
}
.TagClassName
{
border-color: #310653;
}
</style>