Shades of Blackcurrant #310344
Tints of Blackcurrant #310344
RGB
CMYK
RGB Variations
Color information
#310344 (or 0x310344) is known color: Blackcurrant. HEX triplet: 31, 03 and 44. RGB value is (49,3,68). Sum of RGB (Red+Green+Blue) = 49+3+68=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #310344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310344 is #CEFCBB. Grayscale: #171717. Windows color (decimal): -13565116 or 4457265. OLE color: 4457265.
HSL color Cylindrical-coordinate representation of color #310344: hue angle of 282.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310344 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 3 | 68 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.73 |
| HSL | 282.46º | 0.92% | 0.14% | - |
| HSV(B) | 282.46º | 0.96% | 0.27% | - |
| XYZ | 2.34 | 1.14 | 5.56 | - |
| YUV | 24.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 68 | 0.28 | 0.96 | 0 | 0.73 | 282.46 | 0.92 | 0.14 |
| Hex | 31 | 3 | 44 | 1C | 60 | 0 | 49 | 11A | 5C | E |
| Octal | 61 | 3 | 104 | 34 | 140 | 0 | 111 | 432 | 134 | 16 |
| Binary | 110001 | 11 | 1000100 | 11100 | 1100000 | 0 | 1001001 | 100011010 | 1011100 | 1110 |
Color Harmonies of #310344
Complementary color
Monochromatic Colors of #310344
Black with #310344
Text Example
Text Example
White with #310344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310344; }
p { color: rgb(49,3,68); }
H1.HeaderClassName
{
color: #310344;
}
.AnyTagClassName
{
color: #310344;
}
</style>
background-color css
<style>
a { background-color: #310344; }
a { background-color: rgb(49,3,68); }
div.DivClassName
{
background-color: #310344;
}
.BgClassName
{
background-color: #310344;
}
</style>
border-color css
<style>
span { border-color: #310344; }
span { border-color: rgb(49,3,68); }
td.TdClassName
{
border-color: #310344;
}
.TagClassName
{
border-color: #310344;
}
</style>