Shades of Blackcurrant #31003E
Tints of Blackcurrant #31003E
RGB
CMYK
RGB Variations
Color information
#31003E (or 0x31003E) is known color: Blackcurrant. HEX triplet: 31, 00 and 3E. RGB value is (49,0,62). Sum of RGB (Red+Green+Blue) = 49+0+62=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 62 (24.61% from 255 or 55.86% from 111); Max value from RGB is 62 - color contains mainly: blue. Hex color #31003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31003E is #CEFFC1. Grayscale: #151515. Windows color (decimal): -13565890 or 4063281. OLE color: 4063281.
HSL color Cylindrical-coordinate representation of color #31003E: hue angle of 287.42º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31003E is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 0 | 62 | - |
| CMYK | 0.21 | 1 | 0 | 0.76 |
| HSL | 287.42º | 1% | 0.12% | - |
| HSV(B) | 287.42º | 1% | 0.24% | - |
| XYZ | 2.14 | 1 | 4.64 | - |
| YUV | 21.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 62 | 0.21 | 1 | 0 | 0.76 | 287.42 | 1 | 0.12 |
| Hex | 31 | 0 | 3E | 15 | 64 | 0 | 4C | 11F | 64 | C |
| Octal | 61 | 0 | 76 | 25 | 144 | 0 | 114 | 437 | 144 | 14 |
| Binary | 110001 | 0 | 111110 | 10101 | 1100100 | 0 | 1001100 | 100011111 | 1100100 | 1100 |
Color Harmonies of #31003E
Complementary color
Monochromatic Colors of #31003E
Black with #31003E
Text Example
Text Example
White with #31003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31003E; }
p { color: rgb(49,0,62); }
H1.HeaderClassName
{
color: #31003E;
}
.AnyTagClassName
{
color: #31003E;
}
</style>
background-color css
<style>
a { background-color: #31003E; }
a { background-color: rgb(49,0,62); }
div.DivClassName
{
background-color: #31003E;
}
.BgClassName
{
background-color: #31003E;
}
</style>
border-color css
<style>
span { border-color: #31003E; }
span { border-color: rgb(49,0,62); }
td.TdClassName
{
border-color: #31003E;
}
.TagClassName
{
border-color: #31003E;
}
</style>