Shades of Blackcurrant #312638
Tints of Blackcurrant #312638
RGB
CMYK
RGB Variations
Color information
#312638 (or 0x312638) is known color: Blackcurrant. HEX triplet: 31, 26 and 38. RGB value is (49,38,56). Sum of RGB (Red+Green+Blue) = 49+38+56=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #312638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312638 is #CED9C7. Grayscale: #2B2B2B. Windows color (decimal): -13556168 or 3679793. OLE color: 3679793.
HSL color Cylindrical-coordinate representation of color #312638: hue angle of 276.67º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #312638 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 38 | 56 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.78 |
| HSL | 276.67º | 0.19% | 0.18% | - |
| HSV(B) | 276.67º | 0.32% | 0.22% | - |
| XYZ | 2.67 | 2.32 | 4.05 | - |
| YUV | 43.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 56 | 0.12 | 0.32 | 0 | 0.78 | 276.67 | 0.19 | 0.18 |
| Hex | 31 | 26 | 38 | C | 20 | 0 | 4E | 115 | 13 | 12 |
| Octal | 61 | 46 | 70 | 14 | 40 | 0 | 116 | 425 | 23 | 22 |
| Binary | 110001 | 100110 | 111000 | 1100 | 100000 | 0 | 1001110 | 100010101 | 10011 | 10010 |
Color Harmonies of #312638
Complementary color
Monochromatic Colors of #312638
Black with #312638
Text Example
Text Example
White with #312638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312638; }
p { color: rgb(49,38,56); }
H1.HeaderClassName
{
color: #312638;
}
.AnyTagClassName
{
color: #312638;
}
</style>
background-color css
<style>
a { background-color: #312638; }
a { background-color: rgb(49,38,56); }
div.DivClassName
{
background-color: #312638;
}
.BgClassName
{
background-color: #312638;
}
</style>
border-color css
<style>
span { border-color: #312638; }
span { border-color: rgb(49,38,56); }
td.TdClassName
{
border-color: #312638;
}
.TagClassName
{
border-color: #312638;
}
</style>