Shades of Blackcurrant #31253A
Tints of Blackcurrant #31253A
RGB
CMYK
RGB Variations
Color information
#31253A (or 0x31253A) is known color: Blackcurrant. HEX triplet: 31, 25 and 3A. RGB value is (49,37,58). Sum of RGB (Red+Green+Blue) = 49+37+58=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #31253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31253A is #CEDAC5. Grayscale: #2A2A2A. Windows color (decimal): -13556422 or 3810609. OLE color: 3810609.
HSL color Cylindrical-coordinate representation of color #31253A: hue angle of 274.29º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31253A is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 37 | 58 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.77 |
| HSL | 274.29º | 0.22% | 0.19% | - |
| HSV(B) | 274.29º | 0.36% | 0.23% | - |
| XYZ | 2.69 | 2.28 | 4.3 | - |
| YUV | 42.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 58 | 0.16 | 0.36 | 0 | 0.77 | 274.29 | 0.22 | 0.19 |
| Hex | 31 | 25 | 3A | 10 | 24 | 0 | 4D | 112 | 16 | 13 |
| Octal | 61 | 45 | 72 | 20 | 44 | 0 | 115 | 422 | 26 | 23 |
| Binary | 110001 | 100101 | 111010 | 10000 | 100100 | 0 | 1001101 | 100010010 | 10110 | 10011 |
Color Harmonies of #31253A
Complementary color
Monochromatic Colors of #31253A
Black with #31253A
Text Example
Text Example
White with #31253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31253A; }
p { color: rgb(49,37,58); }
H1.HeaderClassName
{
color: #31253A;
}
.AnyTagClassName
{
color: #31253A;
}
</style>
background-color css
<style>
a { background-color: #31253A; }
a { background-color: rgb(49,37,58); }
div.DivClassName
{
background-color: #31253A;
}
.BgClassName
{
background-color: #31253A;
}
</style>
border-color css
<style>
span { border-color: #31253A; }
span { border-color: rgb(49,37,58); }
td.TdClassName
{
border-color: #31253A;
}
.TagClassName
{
border-color: #31253A;
}
</style>