Shades of Mirage #393F42
Tints of Mirage #393F42
RGB
CMYK
RGB Variations
Color information
#393F42 (or 0x393F42) is known color: Mirage. HEX triplet: 39, 3F and 42. RGB value is (57,63,66). Sum of RGB (Red+Green+Blue) = 57+63+66=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 66 - color contains mainly: blue. Hex color #393F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F42 is #C6C0BD. Grayscale: #3D3D3D. Windows color (decimal): -13025470 or 4341561. OLE color: 4341561.
HSL color Cylindrical-coordinate representation of color #393F42: hue angle of 200º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #393F42 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 63 | 66 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.74 |
| HSL | 200º | 0.07% | 0.24% | - |
| HSV(B) | 200º | 0.14% | 0.26% | - |
| XYZ | 4.45 | 4.82 | 5.85 | - |
| YUV | 61.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 66 | 0.14 | 0.05 | 0 | 0.74 | 200 | 0.07 | 0.24 |
| Hex | 39 | 3F | 42 | E | 5 | 0 | 4A | C8 | 7 | 18 |
| Octal | 71 | 77 | 102 | 16 | 5 | 0 | 112 | 310 | 7 | 30 |
| Binary | 111001 | 111111 | 1000010 | 1110 | 101 | 0 | 1001010 | 11001000 | 111 | 11000 |
Color Harmonies of #393F42
Complementary color
Monochromatic Colors of #393F42
Black with #393F42
Text Example
Text Example
White with #393F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F42; }
p { color: rgb(57,63,66); }
H1.HeaderClassName
{
color: #393F42;
}
.AnyTagClassName
{
color: #393F42;
}
</style>
background-color css
<style>
a { background-color: #393F42; }
a { background-color: rgb(57,63,66); }
div.DivClassName
{
background-color: #393F42;
}
.BgClassName
{
background-color: #393F42;
}
</style>
border-color css
<style>
span { border-color: #393F42; }
span { border-color: rgb(57,63,66); }
td.TdClassName
{
border-color: #393F42;
}
.TagClassName
{
border-color: #393F42;
}
</style>