Shades of Blackcurrant #31013D
Tints of Blackcurrant #31013D
RGB
CMYK
RGB Variations
Color information
#31013D (or 0x31013D) is known color: Blackcurrant. HEX triplet: 31, 01 and 3D. RGB value is (49,1,61). Sum of RGB (Red+Green+Blue) = 49+1+61=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #31013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31013D is #CEFEC2. Grayscale: #161616. Windows color (decimal): -13565635 or 3998001. OLE color: 3998001.
HSL color Cylindrical-coordinate representation of color #31013D: hue angle of 288º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31013D is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 1 | 61 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.76 |
| HSL | 288º | 0.97% | 0.12% | - |
| HSV(B) | 288º | 0.98% | 0.24% | - |
| XYZ | 2.12 | 1.01 | 4.5 | - |
| YUV | 22.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 61 | 0.20 | 0.98 | 0 | 0.76 | 288 | 0.97 | 0.12 |
| Hex | 31 | 1 | 3D | 14 | 62 | 0 | 4C | 120 | 61 | C |
| Octal | 61 | 1 | 75 | 24 | 142 | 0 | 114 | 440 | 141 | 14 |
| Binary | 110001 | 1 | 111101 | 10100 | 1100010 | 0 | 1001100 | 100100000 | 1100001 | 1100 |
Color Harmonies of #31013D
Complementary color
Monochromatic Colors of #31013D
Black with #31013D
Text Example
Text Example
White with #31013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31013D; }
p { color: rgb(49,1,61); }
H1.HeaderClassName
{
color: #31013D;
}
.AnyTagClassName
{
color: #31013D;
}
</style>
background-color css
<style>
a { background-color: #31013D; }
a { background-color: rgb(49,1,61); }
div.DivClassName
{
background-color: #31013D;
}
.BgClassName
{
background-color: #31013D;
}
</style>
border-color css
<style>
span { border-color: #31013D; }
span { border-color: rgb(49,1,61); }
td.TdClassName
{
border-color: #31013D;
}
.TagClassName
{
border-color: #31013D;
}
</style>