Shades of Blackcurrant #310643
Tints of Blackcurrant #310643
RGB
CMYK
RGB Variations
Color information
#310643 (or 0x310643) is known color: Blackcurrant. HEX triplet: 31, 06 and 43. RGB value is (49,6,67). Sum of RGB (Red+Green+Blue) = 49+6+67=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #310643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310643 is #CEF9BC. Grayscale: #191919. Windows color (decimal): -13564349 or 4392497. OLE color: 4392497.
HSL color Cylindrical-coordinate representation of color #310643: hue angle of 282.3º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310643 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 6 | 67 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.74 |
| HSL | 282.3º | 0.84% | 0.14% | - |
| HSV(B) | 282.3º | 0.91% | 0.26% | - |
| XYZ | 2.34 | 1.19 | 5.42 | - |
| YUV | 25.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 67 | 0.27 | 0.91 | 0 | 0.74 | 282.3 | 0.84 | 0.14 |
| Hex | 31 | 6 | 43 | 1B | 5B | 0 | 4A | 11A | 54 | E |
| Octal | 61 | 6 | 103 | 33 | 133 | 0 | 112 | 432 | 124 | 16 |
| Binary | 110001 | 110 | 1000011 | 11011 | 1011011 | 0 | 1001010 | 100011010 | 1010100 | 1110 |
Color Harmonies of #310643
Complementary color
Monochromatic Colors of #310643
Black with #310643
Text Example
Text Example
White with #310643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310643; }
p { color: rgb(49,6,67); }
H1.HeaderClassName
{
color: #310643;
}
.AnyTagClassName
{
color: #310643;
}
</style>
background-color css
<style>
a { background-color: #310643; }
a { background-color: rgb(49,6,67); }
div.DivClassName
{
background-color: #310643;
}
.BgClassName
{
background-color: #310643;
}
</style>
border-color css
<style>
span { border-color: #310643; }
span { border-color: rgb(49,6,67); }
td.TdClassName
{
border-color: #310643;
}
.TagClassName
{
border-color: #310643;
}
</style>