Shades of Blackcurrant #310253
Tints of Blackcurrant #310253
RGB
CMYK
RGB Variations
Color information
#310253 (or 0x310253) is known color: Blackcurrant. HEX triplet: 31, 02 and 53. RGB value is (49,2,83). Sum of RGB (Red+Green+Blue) = 49+2+83=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #310253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310253 is #CEFDAC. Grayscale: #191919. Windows color (decimal): -13565357 or 5440049. OLE color: 5440049.
HSL color Cylindrical-coordinate representation of color #310253: hue angle of 274.81º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310253 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 2 | 83 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.67 |
| HSL | 274.81º | 0.95% | 0.17% | - |
| HSV(B) | 274.81º | 0.98% | 0.33% | - |
| XYZ | 2.85 | 1.32 | 8.29 | - |
| YUV | 25.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 83 | 0.41 | 0.98 | 0 | 0.67 | 274.81 | 0.95 | 0.17 |
| Hex | 31 | 2 | 53 | 29 | 62 | 0 | 43 | 113 | 5F | 11 |
| Octal | 61 | 2 | 123 | 51 | 142 | 0 | 103 | 423 | 137 | 21 |
| Binary | 110001 | 10 | 1010011 | 101001 | 1100010 | 0 | 1000011 | 100010011 | 1011111 | 10001 |
Color Harmonies of #310253
Complementary color
Monochromatic Colors of #310253
Black with #310253
Text Example
Text Example
White with #310253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310253; }
p { color: rgb(49,2,83); }
H1.HeaderClassName
{
color: #310253;
}
.AnyTagClassName
{
color: #310253;
}
</style>
background-color css
<style>
a { background-color: #310253; }
a { background-color: rgb(49,2,83); }
div.DivClassName
{
background-color: #310253;
}
.BgClassName
{
background-color: #310253;
}
</style>
border-color css
<style>
span { border-color: #310253; }
span { border-color: rgb(49,2,83); }
td.TdClassName
{
border-color: #310253;
}
.TagClassName
{
border-color: #310253;
}
</style>