Shades of Mirage #313B42
Tints of Mirage #313B42
RGB
CMYK
RGB Variations
Color information
#313B42 (or 0x313B42) is known color: Mirage. HEX triplet: 31, 3B and 42. RGB value is (49,59,66). Sum of RGB (Red+Green+Blue) = 49+59+66=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 66 - color contains mainly: blue. Hex color #313B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B42 is #CEC4BD. Grayscale: #383838. Windows color (decimal): -13550782 or 4340529. OLE color: 4340529.
HSL color Cylindrical-coordinate representation of color #313B42: hue angle of 204.71º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313B42 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 59 | 66 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.74 |
| HSL | 204.71º | 0.15% | 0.23% | - |
| HSV(B) | 204.71º | 0.26% | 0.26% | - |
| XYZ | 3.81 | 4.17 | 5.76 | - |
| YUV | 56.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 66 | 0.26 | 0.11 | 0 | 0.74 | 204.71 | 0.15 | 0.23 |
| Hex | 31 | 3B | 42 | 1A | B | 0 | 4A | CD | F | 17 |
| Octal | 61 | 73 | 102 | 32 | 13 | 0 | 112 | 315 | 17 | 27 |
| Binary | 110001 | 111011 | 1000010 | 11010 | 1011 | 0 | 1001010 | 11001101 | 1111 | 10111 |
Color Harmonies of #313B42
Complementary color
Monochromatic Colors of #313B42
Black with #313B42
Text Example
Text Example
White with #313B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B42; }
p { color: rgb(49,59,66); }
H1.HeaderClassName
{
color: #313B42;
}
.AnyTagClassName
{
color: #313B42;
}
</style>
background-color css
<style>
a { background-color: #313B42; }
a { background-color: rgb(49,59,66); }
div.DivClassName
{
background-color: #313B42;
}
.BgClassName
{
background-color: #313B42;
}
</style>
border-color css
<style>
span { border-color: #313B42; }
span { border-color: rgb(49,59,66); }
td.TdClassName
{
border-color: #313B42;
}
.TagClassName
{
border-color: #313B42;
}
</style>