Shades of Blackcurrant #31023B
Tints of Blackcurrant #31023B
RGB
CMYK
RGB Variations
Color information
#31023B (or 0x31023B) is known color: Blackcurrant. HEX triplet: 31, 02 and 3B. RGB value is (49,2,59). Sum of RGB (Red+Green+Blue) = 49+2+59=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #31023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31023B is #CEFDC4. Grayscale: #161616. Windows color (decimal): -13565381 or 3867185. OLE color: 3867185.
HSL color Cylindrical-coordinate representation of color #31023B: hue angle of 289.47º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31023B is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 2 | 59 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.77 |
| HSL | 289.47º | 0.93% | 0.12% | - |
| HSV(B) | 289.47º | 0.97% | 0.23% | - |
| XYZ | 2.08 | 1.01 | 4.22 | - |
| YUV | 22.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 59 | 0.17 | 0.97 | 0 | 0.77 | 289.47 | 0.93 | 0.12 |
| Hex | 31 | 2 | 3B | 11 | 61 | 0 | 4D | 121 | 5D | C |
| Octal | 61 | 2 | 73 | 21 | 141 | 0 | 115 | 441 | 135 | 14 |
| Binary | 110001 | 10 | 111011 | 10001 | 1100001 | 0 | 1001101 | 100100001 | 1011101 | 1100 |
Color Harmonies of #31023B
Complementary color
Monochromatic Colors of #31023B
Black with #31023B
Text Example
Text Example
White with #31023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31023B; }
p { color: rgb(49,2,59); }
H1.HeaderClassName
{
color: #31023B;
}
.AnyTagClassName
{
color: #31023B;
}
</style>
background-color css
<style>
a { background-color: #31023B; }
a { background-color: rgb(49,2,59); }
div.DivClassName
{
background-color: #31023B;
}
.BgClassName
{
background-color: #31023B;
}
</style>
border-color css
<style>
span { border-color: #31023B; }
span { border-color: rgb(49,2,59); }
td.TdClassName
{
border-color: #31023B;
}
.TagClassName
{
border-color: #31023B;
}
</style>