Shades of Blackcurrant #31233E
Tints of Blackcurrant #31233E
RGB
CMYK
RGB Variations
Color information
#31233E (or 0x31233E) is known color: Blackcurrant. HEX triplet: 31, 23 and 3E. RGB value is (49,35,62). Sum of RGB (Red+Green+Blue) = 49+35+62=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #31233E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31233E is #CEDCC1. Grayscale: #2A2A2A. Windows color (decimal): -13556930 or 4072241. OLE color: 4072241.
HSL color Cylindrical-coordinate representation of color #31233E: hue angle of 271.11º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31233E is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 35 | 62 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.76 |
| HSL | 271.11º | 0.28% | 0.19% | - |
| HSV(B) | 271.11º | 0.44% | 0.24% | - |
| XYZ | 2.74 | 2.2 | 4.84 | - |
| YUV | 42.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 62 | 0.21 | 0.44 | 0 | 0.76 | 271.11 | 0.28 | 0.19 |
| Hex | 31 | 23 | 3E | 15 | 2C | 0 | 4C | 10F | 1C | 13 |
| Octal | 61 | 43 | 76 | 25 | 54 | 0 | 114 | 417 | 34 | 23 |
| Binary | 110001 | 100011 | 111110 | 10101 | 101100 | 0 | 1001100 | 100001111 | 11100 | 10011 |
Color Harmonies of #31233E
Complementary color
Monochromatic Colors of #31233E
Black with #31233E
Text Example
Text Example
White with #31233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31233E; }
p { color: rgb(49,35,62); }
H1.HeaderClassName
{
color: #31233E;
}
.AnyTagClassName
{
color: #31233E;
}
</style>
background-color css
<style>
a { background-color: #31233E; }
a { background-color: rgb(49,35,62); }
div.DivClassName
{
background-color: #31233E;
}
.BgClassName
{
background-color: #31233E;
}
</style>
border-color css
<style>
span { border-color: #31233E; }
span { border-color: rgb(49,35,62); }
td.TdClassName
{
border-color: #31233E;
}
.TagClassName
{
border-color: #31233E;
}
</style>