Shades of Blackcurrant #312238
Tints of Blackcurrant #312238
RGB
CMYK
RGB Variations
Color information
#312238 (or 0x312238) is known color: Blackcurrant. HEX triplet: 31, 22 and 38. RGB value is (49,34,56). Sum of RGB (Red+Green+Blue) = 49+34+56=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #312238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312238 is #CEDDC7. Grayscale: #282828. Windows color (decimal): -13557192 or 3678769. OLE color: 3678769.
HSL color Cylindrical-coordinate representation of color #312238: hue angle of 280.91º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #312238 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 34 | 56 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.78 |
| HSL | 280.91º | 0.24% | 0.18% | - |
| HSV(B) | 280.91º | 0.39% | 0.22% | - |
| XYZ | 2.55 | 2.08 | 4.01 | - |
| YUV | 40.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 56 | 0.12 | 0.39 | 0 | 0.78 | 280.91 | 0.24 | 0.18 |
| Hex | 31 | 22 | 38 | C | 27 | 0 | 4E | 119 | 18 | 12 |
| Octal | 61 | 42 | 70 | 14 | 47 | 0 | 116 | 431 | 30 | 22 |
| Binary | 110001 | 100010 | 111000 | 1100 | 100111 | 0 | 1001110 | 100011001 | 11000 | 10010 |
Color Harmonies of #312238
Complementary color
Monochromatic Colors of #312238
Black with #312238
Text Example
Text Example
White with #312238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312238; }
p { color: rgb(49,34,56); }
H1.HeaderClassName
{
color: #312238;
}
.AnyTagClassName
{
color: #312238;
}
</style>
background-color css
<style>
a { background-color: #312238; }
a { background-color: rgb(49,34,56); }
div.DivClassName
{
background-color: #312238;
}
.BgClassName
{
background-color: #312238;
}
</style>
border-color css
<style>
span { border-color: #312238; }
span { border-color: rgb(49,34,56); }
td.TdClassName
{
border-color: #312238;
}
.TagClassName
{
border-color: #312238;
}
</style>