Shades of Blackcurrant #31083D
Tints of Blackcurrant #31083D
RGB
CMYK
RGB Variations
Color information
#31083D (or 0x31083D) is known color: Blackcurrant. HEX triplet: 31, 08 and 3D. RGB value is (49,8,61). Sum of RGB (Red+Green+Blue) = 49+8+61=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #31083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31083D is #CEF7C2. Grayscale: #1A1A1A. Windows color (decimal): -13563843 or 3999793. OLE color: 3999793.
HSL color Cylindrical-coordinate representation of color #31083D: hue angle of 286.42º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31083D is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 8 | 61 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.76 |
| HSL | 286.42º | 0.77% | 0.14% | - |
| HSV(B) | 286.42º | 0.87% | 0.24% | - |
| XYZ | 2.2 | 1.16 | 4.52 | - |
| YUV | 26.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 61 | 0.20 | 0.87 | 0 | 0.76 | 286.42 | 0.77 | 0.14 |
| Hex | 31 | 8 | 3D | 14 | 57 | 0 | 4C | 11E | 4D | E |
| Octal | 61 | 10 | 75 | 24 | 127 | 0 | 114 | 436 | 115 | 16 |
| Binary | 110001 | 1000 | 111101 | 10100 | 1010111 | 0 | 1001100 | 100011110 | 1001101 | 1110 |
Color Harmonies of #31083D
Complementary color
Monochromatic Colors of #31083D
Black with #31083D
Text Example
Text Example
White with #31083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31083D; }
p { color: rgb(49,8,61); }
H1.HeaderClassName
{
color: #31083D;
}
.AnyTagClassName
{
color: #31083D;
}
</style>
background-color css
<style>
a { background-color: #31083D; }
a { background-color: rgb(49,8,61); }
div.DivClassName
{
background-color: #31083D;
}
.BgClassName
{
background-color: #31083D;
}
</style>
border-color css
<style>
span { border-color: #31083D; }
span { border-color: rgb(49,8,61); }
td.TdClassName
{
border-color: #31083D;
}
.TagClassName
{
border-color: #31083D;
}
</style>