Shades of Mirage #3C3F41
Tints of Mirage #3C3F41
RGB
CMYK
RGB Variations
Color information
#3C3F41 (or 0x3C3F41) is known color: Mirage. HEX triplet: 3C, 3F and 41. RGB value is (60,63,65). Sum of RGB (Red+Green+Blue) = 60+63+65=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C3F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F41 is #C3C0BE. Grayscale: #3E3E3E. Windows color (decimal): -12828863 or 4276028. OLE color: 4276028.
HSL color Cylindrical-coordinate representation of color #3C3F41: hue angle of 204º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3C3F41 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 63 | 65 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.75 |
| HSL | 204º | 0.04% | 0.25% | - |
| HSV(B) | 204º | 0.08% | 0.25% | - |
| XYZ | 4.6 | 4.9 | 5.7 | - |
| YUV | 62.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 65 | 0.08 | 0.03 | 0 | 0.75 | 204 | 0.04 | 0.25 |
| Hex | 3C | 3F | 41 | 8 | 3 | 0 | 4B | CC | 4 | 19 |
| Octal | 74 | 77 | 101 | 10 | 3 | 0 | 113 | 314 | 4 | 31 |
| Binary | 111100 | 111111 | 1000001 | 1000 | 11 | 0 | 1001011 | 11001100 | 100 | 11001 |
Color Harmonies of #3C3F41
Complementary color
Monochromatic Colors of #3C3F41
Black with #3C3F41
Text Example
Text Example
White with #3C3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F41; }
p { color: rgb(60,63,65); }
H1.HeaderClassName
{
color: #3C3F41;
}
.AnyTagClassName
{
color: #3C3F41;
}
</style>
background-color css
<style>
a { background-color: #3C3F41; }
a { background-color: rgb(60,63,65); }
div.DivClassName
{
background-color: #3C3F41;
}
.BgClassName
{
background-color: #3C3F41;
}
</style>
border-color css
<style>
span { border-color: #3C3F41; }
span { border-color: rgb(60,63,65); }
td.TdClassName
{
border-color: #3C3F41;
}
.TagClassName
{
border-color: #3C3F41;
}
</style>