Shades of Blackcurrant #310843
Tints of Blackcurrant #310843
RGB
CMYK
RGB Variations
Color information
#310843 (or 0x310843) is known color: Blackcurrant. HEX triplet: 31, 08 and 43. RGB value is (49,8,67). Sum of RGB (Red+Green+Blue) = 49+8+67=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 67 (26.56% from 255 or 54.03% from 124); Max value from RGB is 67 - color contains mainly: blue. Hex color #310843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310843 is #CEF7BC. Grayscale: #1A1A1A. Windows color (decimal): -13563837 or 4393009. OLE color: 4393009.
HSL color Cylindrical-coordinate representation of color #310843: hue angle of 281.69º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310843 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 8 | 67 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.74 |
| HSL | 281.69º | 0.79% | 0.15% | - |
| HSV(B) | 281.69º | 0.88% | 0.26% | - |
| XYZ | 2.37 | 1.23 | 5.42 | - |
| YUV | 26.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 67 | 0.27 | 0.88 | 0 | 0.74 | 281.69 | 0.79 | 0.15 |
| Hex | 31 | 8 | 43 | 1B | 58 | 0 | 4A | 11A | 4F | F |
| Octal | 61 | 10 | 103 | 33 | 130 | 0 | 112 | 432 | 117 | 17 |
| Binary | 110001 | 1000 | 1000011 | 11011 | 1011000 | 0 | 1001010 | 100011010 | 1001111 | 1111 |
Color Harmonies of #310843
Complementary color
Monochromatic Colors of #310843
Black with #310843
Text Example
Text Example
White with #310843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310843; }
p { color: rgb(49,8,67); }
H1.HeaderClassName
{
color: #310843;
}
.AnyTagClassName
{
color: #310843;
}
</style>
background-color css
<style>
a { background-color: #310843; }
a { background-color: rgb(49,8,67); }
div.DivClassName
{
background-color: #310843;
}
.BgClassName
{
background-color: #310843;
}
</style>
border-color css
<style>
span { border-color: #310843; }
span { border-color: rgb(49,8,67); }
td.TdClassName
{
border-color: #310843;
}
.TagClassName
{
border-color: #310843;
}
</style>