Shades of Blackcurrant #312636
Tints of Blackcurrant #312636
RGB
CMYK
RGB Variations
Color information
#312636 (or 0x312636) is known color: Blackcurrant. HEX triplet: 31, 26 and 36. RGB value is (49,38,54). Sum of RGB (Red+Green+Blue) = 49+38+54=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #312636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312636 is #CED9C9. Grayscale: #2B2B2B. Windows color (decimal): -13556170 or 3548721. OLE color: 3548721.
HSL color Cylindrical-coordinate representation of color #312636: hue angle of 281.25º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #312636 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 38 | 54 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.79 |
| HSL | 281.25º | 0.17% | 0.18% | - |
| HSV(B) | 281.25º | 0.3% | 0.21% | - |
| XYZ | 2.63 | 2.31 | 3.8 | - |
| YUV | 43.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 54 | 0.09 | 0.30 | 0 | 0.79 | 281.25 | 0.17 | 0.18 |
| Hex | 31 | 26 | 36 | 9 | 1E | 0 | 4F | 119 | 11 | 12 |
| Octal | 61 | 46 | 66 | 11 | 36 | 0 | 117 | 431 | 21 | 22 |
| Binary | 110001 | 100110 | 110110 | 1001 | 11110 | 0 | 1001111 | 100011001 | 10001 | 10010 |
Color Harmonies of #312636
Complementary color
Monochromatic Colors of #312636
Black with #312636
Text Example
Text Example
White with #312636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312636; }
p { color: rgb(49,38,54); }
H1.HeaderClassName
{
color: #312636;
}
.AnyTagClassName
{
color: #312636;
}
</style>
background-color css
<style>
a { background-color: #312636; }
a { background-color: rgb(49,38,54); }
div.DivClassName
{
background-color: #312636;
}
.BgClassName
{
background-color: #312636;
}
</style>
border-color css
<style>
span { border-color: #312636; }
span { border-color: rgb(49,38,54); }
td.TdClassName
{
border-color: #312636;
}
.TagClassName
{
border-color: #312636;
}
</style>