Shades of Blackcurrant #31223B
Tints of Blackcurrant #31223B
RGB
CMYK
RGB Variations
Color information
#31223B (or 0x31223B) is known color: Blackcurrant. HEX triplet: 31, 22 and 3B. RGB value is (49,34,59). Sum of RGB (Red+Green+Blue) = 49+34+59=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #31223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31223B is #CEDDC4. Grayscale: #292929. Windows color (decimal): -13557189 or 3875377. OLE color: 3875377.
HSL color Cylindrical-coordinate representation of color #31223B: hue angle of 276º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31223B is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 34 | 59 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.77 |
| HSL | 276º | 0.27% | 0.18% | - |
| HSV(B) | 276º | 0.42% | 0.23% | - |
| XYZ | 2.63 | 2.11 | 4.41 | - |
| YUV | 41.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 59 | 0.17 | 0.42 | 0 | 0.77 | 276 | 0.27 | 0.18 |
| Hex | 31 | 22 | 3B | 11 | 2A | 0 | 4D | 114 | 1B | 12 |
| Octal | 61 | 42 | 73 | 21 | 52 | 0 | 115 | 424 | 33 | 22 |
| Binary | 110001 | 100010 | 111011 | 10001 | 101010 | 0 | 1001101 | 100010100 | 11011 | 10010 |
Color Harmonies of #31223B
Complementary color
Monochromatic Colors of #31223B
Black with #31223B
Text Example
Text Example
White with #31223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31223B; }
p { color: rgb(49,34,59); }
H1.HeaderClassName
{
color: #31223B;
}
.AnyTagClassName
{
color: #31223B;
}
</style>
background-color css
<style>
a { background-color: #31223B; }
a { background-color: rgb(49,34,59); }
div.DivClassName
{
background-color: #31223B;
}
.BgClassName
{
background-color: #31223B;
}
</style>
border-color css
<style>
span { border-color: #31223B; }
span { border-color: rgb(49,34,59); }
td.TdClassName
{
border-color: #31223B;
}
.TagClassName
{
border-color: #31223B;
}
</style>