Shades of Mirage #394145
Tints of Mirage #394145
RGB
CMYK
RGB Variations
Color information
#394145 (or 0x394145) is known color: Mirage. HEX triplet: 39, 41 and 45. RGB value is (57,65,69). Sum of RGB (Red+Green+Blue) = 57+65+69=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 69 - color contains mainly: blue. Hex color #394145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394145 is #C6BEBA. Grayscale: #3F3F3F. Windows color (decimal): -13024955 or 4538681. OLE color: 4538681.
HSL color Cylindrical-coordinate representation of color #394145: hue angle of 200º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #394145 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 65 | 69 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.73 |
| HSL | 200º | 0.1% | 0.25% | - |
| HSV(B) | 200º | 0.17% | 0.27% | - |
| XYZ | 4.65 | 5.08 | 6.37 | - |
| YUV | 63.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 69 | 0.17 | 0.06 | 0 | 0.73 | 200 | 0.1 | 0.25 |
| Hex | 39 | 41 | 45 | 11 | 6 | 0 | 49 | C8 | A | 19 |
| Octal | 71 | 101 | 105 | 21 | 6 | 0 | 111 | 310 | 12 | 31 |
| Binary | 111001 | 1000001 | 1000101 | 10001 | 110 | 0 | 1001001 | 11001000 | 1010 | 11001 |
Color Harmonies of #394145
Complementary color
Monochromatic Colors of #394145
Black with #394145
Text Example
Text Example
White with #394145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394145; }
p { color: rgb(57,65,69); }
H1.HeaderClassName
{
color: #394145;
}
.AnyTagClassName
{
color: #394145;
}
</style>
background-color css
<style>
a { background-color: #394145; }
a { background-color: rgb(57,65,69); }
div.DivClassName
{
background-color: #394145;
}
.BgClassName
{
background-color: #394145;
}
</style>
border-color css
<style>
span { border-color: #394145; }
span { border-color: rgb(57,65,69); }
td.TdClassName
{
border-color: #394145;
}
.TagClassName
{
border-color: #394145;
}
</style>