Shades of Blackcurrant #31043F
Tints of Blackcurrant #31043F
RGB
CMYK
RGB Variations
Color information
#31043F (or 0x31043F) is known color: Blackcurrant. HEX triplet: 31, 04 and 3F. RGB value is (49,4,63). Sum of RGB (Red+Green+Blue) = 49+4+63=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #31043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31043F is #CEFBC0. Grayscale: #171717. Windows color (decimal): -13564865 or 4129841. OLE color: 4129841.
HSL color Cylindrical-coordinate representation of color #31043F: hue angle of 285.76º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31043F is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 4 | 63 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.75 |
| HSL | 285.76º | 0.88% | 0.13% | - |
| HSV(B) | 285.76º | 0.94% | 0.25% | - |
| XYZ | 2.21 | 1.1 | 4.8 | - |
| YUV | 24.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 63 | 0.22 | 0.94 | 0 | 0.75 | 285.76 | 0.88 | 0.13 |
| Hex | 31 | 4 | 3F | 16 | 5E | 0 | 4B | 11E | 58 | D |
| Octal | 61 | 4 | 77 | 26 | 136 | 0 | 113 | 436 | 130 | 15 |
| Binary | 110001 | 100 | 111111 | 10110 | 1011110 | 0 | 1001011 | 100011110 | 1011000 | 1101 |
Color Harmonies of #31043F
Complementary color
Monochromatic Colors of #31043F
Black with #31043F
Text Example
Text Example
White with #31043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31043F; }
p { color: rgb(49,4,63); }
H1.HeaderClassName
{
color: #31043F;
}
.AnyTagClassName
{
color: #31043F;
}
</style>
background-color css
<style>
a { background-color: #31043F; }
a { background-color: rgb(49,4,63); }
div.DivClassName
{
background-color: #31043F;
}
.BgClassName
{
background-color: #31043F;
}
</style>
border-color css
<style>
span { border-color: #31043F; }
span { border-color: rgb(49,4,63); }
td.TdClassName
{
border-color: #31043F;
}
.TagClassName
{
border-color: #31043F;
}
</style>