Shades of Blackcurrant #31023A
Tints of Blackcurrant #31023A
RGB
CMYK
RGB Variations
Color information
#31023A (or 0x31023A) is known color: Blackcurrant. HEX triplet: 31, 02 and 3A. RGB value is (49,2,58). Sum of RGB (Red+Green+Blue) = 49+2+58=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #31023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31023A is #CEFDC5. Grayscale: #161616. Windows color (decimal): -13565382 or 3801649. OLE color: 3801649.
HSL color Cylindrical-coordinate representation of color #31023A: hue angle of 290.36º 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 #31023A is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 2 | 58 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.77 |
| HSL | 290.36º | 0.93% | 0.12% | - |
| HSV(B) | 290.36º | 0.97% | 0.23% | - |
| XYZ | 2.05 | 1 | 4.09 | - |
| YUV | 22.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 58 | 0.16 | 0.97 | 0 | 0.77 | 290.36 | 0.93 | 0.12 |
| Hex | 31 | 2 | 3A | 10 | 61 | 0 | 4D | 122 | 5D | C |
| Octal | 61 | 2 | 72 | 20 | 141 | 0 | 115 | 442 | 135 | 14 |
| Binary | 110001 | 10 | 111010 | 10000 | 1100001 | 0 | 1001101 | 100100010 | 1011101 | 1100 |
Color Harmonies of #31023A
Complementary color
Monochromatic Colors of #31023A
Black with #31023A
Text Example
Text Example
White with #31023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31023A; }
p { color: rgb(49,2,58); }
H1.HeaderClassName
{
color: #31023A;
}
.AnyTagClassName
{
color: #31023A;
}
</style>
background-color css
<style>
a { background-color: #31023A; }
a { background-color: rgb(49,2,58); }
div.DivClassName
{
background-color: #31023A;
}
.BgClassName
{
background-color: #31023A;
}
</style>
border-color css
<style>
span { border-color: #31023A; }
span { border-color: rgb(49,2,58); }
td.TdClassName
{
border-color: #31023A;
}
.TagClassName
{
border-color: #31023A;
}
</style>