Shades of Blackcurrant #310838
Tints of Blackcurrant #310838
RGB
CMYK
RGB Variations
Color information
#310838 (or 0x310838) is known color: Blackcurrant. HEX triplet: 31, 08 and 38. RGB value is (49,8,56). Sum of RGB (Red+Green+Blue) = 49+8+56=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #310838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310838 is #CEF7C7. Grayscale: #191919. Windows color (decimal): -13563848 or 3672113. OLE color: 3672113.
HSL color Cylindrical-coordinate representation of color #310838: hue angle of 291.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310838 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 8 | 56 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.78 |
| HSL | 291.25º | 0.75% | 0.13% | - |
| HSV(B) | 291.25º | 0.86% | 0.22% | - |
| XYZ | 2.07 | 1.11 | 3.85 | - |
| YUV | 25.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 56 | 0.12 | 0.86 | 0 | 0.78 | 291.25 | 0.75 | 0.13 |
| Hex | 31 | 8 | 38 | C | 56 | 0 | 4E | 123 | 4B | D |
| Octal | 61 | 10 | 70 | 14 | 126 | 0 | 116 | 443 | 113 | 15 |
| Binary | 110001 | 1000 | 111000 | 1100 | 1010110 | 0 | 1001110 | 100100011 | 1001011 | 1101 |
Color Harmonies of #310838
Complementary color
Monochromatic Colors of #310838
Black with #310838
Text Example
Text Example
White with #310838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310838; }
p { color: rgb(49,8,56); }
H1.HeaderClassName
{
color: #310838;
}
.AnyTagClassName
{
color: #310838;
}
</style>
background-color css
<style>
a { background-color: #310838; }
a { background-color: rgb(49,8,56); }
div.DivClassName
{
background-color: #310838;
}
.BgClassName
{
background-color: #310838;
}
</style>
border-color css
<style>
span { border-color: #310838; }
span { border-color: rgb(49,8,56); }
td.TdClassName
{
border-color: #310838;
}
.TagClassName
{
border-color: #310838;
}
</style>