Shades of Mirage #313B41
Tints of Mirage #313B41
RGB
CMYK
RGB Variations
Color information
#313B41 (or 0x313B41) is known color: Mirage. HEX triplet: 31, 3B and 41. RGB value is (49,59,65). Sum of RGB (Red+Green+Blue) = 49+59+65=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #313B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B41 is #CEC4BE. Grayscale: #383838. Windows color (decimal): -13550783 or 4274993. OLE color: 4274993.
HSL color Cylindrical-coordinate representation of color #313B41: hue angle of 202.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313B41 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 59 | 65 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.75 |
| HSL | 202.5º | 0.14% | 0.22% | - |
| HSV(B) | 202.5º | 0.25% | 0.25% | - |
| XYZ | 3.78 | 4.16 | 5.61 | - |
| YUV | 56.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 65 | 0.25 | 0.09 | 0 | 0.75 | 202.5 | 0.14 | 0.22 |
| Hex | 31 | 3B | 41 | 19 | 9 | 0 | 4B | CA | E | 16 |
| Octal | 61 | 73 | 101 | 31 | 11 | 0 | 113 | 312 | 16 | 26 |
| Binary | 110001 | 111011 | 1000001 | 11001 | 1001 | 0 | 1001011 | 11001010 | 1110 | 10110 |
Color Harmonies of #313B41
Complementary color
Monochromatic Colors of #313B41
Black with #313B41
Text Example
Text Example
White with #313B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B41; }
p { color: rgb(49,59,65); }
H1.HeaderClassName
{
color: #313B41;
}
.AnyTagClassName
{
color: #313B41;
}
</style>
background-color css
<style>
a { background-color: #313B41; }
a { background-color: rgb(49,59,65); }
div.DivClassName
{
background-color: #313B41;
}
.BgClassName
{
background-color: #313B41;
}
</style>
border-color css
<style>
span { border-color: #313B41; }
span { border-color: rgb(49,59,65); }
td.TdClassName
{
border-color: #313B41;
}
.TagClassName
{
border-color: #313B41;
}
</style>