Shades of Mirage #384247
Tints of Mirage #384247
RGB
CMYK
RGB Variations
Color information
#384247 (or 0x384247) is known color: Mirage. HEX triplet: 38, 42 and 47. RGB value is (56,66,71). Sum of RGB (Red+Green+Blue) = 56+66+71=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: blue. Hex color #384247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384247 is #C7BDB8. Grayscale: #3F3F3F. Windows color (decimal): -13090233 or 4670008. OLE color: 4670008.
HSL color Cylindrical-coordinate representation of color #384247: hue angle of 200º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #384247 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 66 | 71 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.72 |
| HSL | 200º | 0.12% | 0.25% | - |
| HSV(B) | 200º | 0.21% | 0.28% | - |
| XYZ | 4.72 | 5.19 | 6.71 | - |
| YUV | 63.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 71 | 0.21 | 0.07 | 0 | 0.72 | 200 | 0.12 | 0.25 |
| Hex | 38 | 42 | 47 | 15 | 7 | 0 | 48 | C8 | C | 19 |
| Octal | 70 | 102 | 107 | 25 | 7 | 0 | 110 | 310 | 14 | 31 |
| Binary | 111000 | 1000010 | 1000111 | 10101 | 111 | 0 | 1001000 | 11001000 | 1100 | 11001 |
Color Harmonies of #384247
Complementary color
Monochromatic Colors of #384247
Black with #384247
Text Example
Text Example
White with #384247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384247; }
p { color: rgb(56,66,71); }
H1.HeaderClassName
{
color: #384247;
}
.AnyTagClassName
{
color: #384247;
}
</style>
background-color css
<style>
a { background-color: #384247; }
a { background-color: rgb(56,66,71); }
div.DivClassName
{
background-color: #384247;
}
.BgClassName
{
background-color: #384247;
}
</style>
border-color css
<style>
span { border-color: #384247; }
span { border-color: rgb(56,66,71); }
td.TdClassName
{
border-color: #384247;
}
.TagClassName
{
border-color: #384247;
}
</style>