Shades of Blackcurrant #31003F
Tints of Blackcurrant #31003F
RGB
CMYK
RGB Variations
Color information
#31003F (or 0x31003F) is known color: Blackcurrant. HEX triplet: 31, 00 and 3F. RGB value is (49,0,63). Sum of RGB (Red+Green+Blue) = 49+0+63=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #31003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31003F is #CEFFC0. Grayscale: #151515. Windows color (decimal): -13565889 or 4128817. OLE color: 4128817.
HSL color Cylindrical-coordinate representation of color #31003F: hue angle of 286.67º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31003F is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 0 | 63 | - |
| CMYK | 0.22 | 1 | 0 | 0.75 |
| HSL | 286.67º | 1% | 0.12% | - |
| HSV(B) | 286.67º | 1% | 0.25% | - |
| XYZ | 2.16 | 1.01 | 4.78 | - |
| YUV | 21.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 63 | 0.22 | 1 | 0 | 0.75 | 286.67 | 1 | 0.12 |
| Hex | 31 | 0 | 3F | 16 | 64 | 0 | 4B | 11F | 64 | C |
| Octal | 61 | 0 | 77 | 26 | 144 | 0 | 113 | 437 | 144 | 14 |
| Binary | 110001 | 0 | 111111 | 10110 | 1100100 | 0 | 1001011 | 100011111 | 1100100 | 1100 |
Color Harmonies of #31003F
Complementary color
Monochromatic Colors of #31003F
Black with #31003F
Text Example
Text Example
White with #31003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31003F; }
p { color: rgb(49,0,63); }
H1.HeaderClassName
{
color: #31003F;
}
.AnyTagClassName
{
color: #31003F;
}
</style>
background-color css
<style>
a { background-color: #31003F; }
a { background-color: rgb(49,0,63); }
div.DivClassName
{
background-color: #31003F;
}
.BgClassName
{
background-color: #31003F;
}
</style>
border-color css
<style>
span { border-color: #31003F; }
span { border-color: rgb(49,0,63); }
td.TdClassName
{
border-color: #31003F;
}
.TagClassName
{
border-color: #31003F;
}
</style>