Shades of Blackcurrant #31243A
Tints of Blackcurrant #31243A
RGB
CMYK
RGB Variations
Color information
#31243A (or 0x31243A) is known color: Blackcurrant. HEX triplet: 31, 24 and 3A. RGB value is (49,36,58). Sum of RGB (Red+Green+Blue) = 49+36+58=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #31243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31243A is #CEDBC5. Grayscale: #2A2A2A. Windows color (decimal): -13556678 or 3810353. OLE color: 3810353.
HSL color Cylindrical-coordinate representation of color #31243A: hue angle of 275.45º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31243A is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 36 | 58 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.77 |
| HSL | 275.45º | 0.23% | 0.18% | - |
| HSV(B) | 275.45º | 0.38% | 0.23% | - |
| XYZ | 2.66 | 2.22 | 4.29 | - |
| YUV | 42.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 58 | 0.16 | 0.38 | 0 | 0.77 | 275.45 | 0.23 | 0.18 |
| Hex | 31 | 24 | 3A | 10 | 26 | 0 | 4D | 113 | 17 | 12 |
| Octal | 61 | 44 | 72 | 20 | 46 | 0 | 115 | 423 | 27 | 22 |
| Binary | 110001 | 100100 | 111010 | 10000 | 100110 | 0 | 1001101 | 100010011 | 10111 | 10010 |
Color Harmonies of #31243A
Complementary color
Monochromatic Colors of #31243A
Black with #31243A
Text Example
Text Example
White with #31243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31243A; }
p { color: rgb(49,36,58); }
H1.HeaderClassName
{
color: #31243A;
}
.AnyTagClassName
{
color: #31243A;
}
</style>
background-color css
<style>
a { background-color: #31243A; }
a { background-color: rgb(49,36,58); }
div.DivClassName
{
background-color: #31243A;
}
.BgClassName
{
background-color: #31243A;
}
</style>
border-color css
<style>
span { border-color: #31243A; }
span { border-color: rgb(49,36,58); }
td.TdClassName
{
border-color: #31243A;
}
.TagClassName
{
border-color: #31243A;
}
</style>