Shades of Mirage #353C41
Tints of Mirage #353C41
RGB
CMYK
RGB Variations
Color information
#353C41 (or 0x353C41) is known color: Mirage. HEX triplet: 35, 3C and 41. RGB value is (53,60,65). Sum of RGB (Red+Green+Blue) = 53+60+65=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #353C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C41 is #CAC3BE. Grayscale: #3A3A3A. Windows color (decimal): -13288383 or 4275253. OLE color: 4275253.
HSL color Cylindrical-coordinate representation of color #353C41: hue angle of 205º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353C41 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 60 | 65 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.75 |
| HSL | 205º | 0.1% | 0.23% | - |
| HSV(B) | 205º | 0.18% | 0.25% | - |
| XYZ | 4.04 | 4.37 | 5.63 | - |
| YUV | 58.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 65 | 0.18 | 0.08 | 0 | 0.75 | 205 | 0.1 | 0.23 |
| Hex | 35 | 3C | 41 | 12 | 8 | 0 | 4B | CD | A | 17 |
| Octal | 65 | 74 | 101 | 22 | 10 | 0 | 113 | 315 | 12 | 27 |
| Binary | 110101 | 111100 | 1000001 | 10010 | 1000 | 0 | 1001011 | 11001101 | 1010 | 10111 |
Color Harmonies of #353C41
Complementary color
Monochromatic Colors of #353C41
Black with #353C41
Text Example
Text Example
White with #353C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C41; }
p { color: rgb(53,60,65); }
H1.HeaderClassName
{
color: #353C41;
}
.AnyTagClassName
{
color: #353C41;
}
</style>
background-color css
<style>
a { background-color: #353C41; }
a { background-color: rgb(53,60,65); }
div.DivClassName
{
background-color: #353C41;
}
.BgClassName
{
background-color: #353C41;
}
</style>
border-color css
<style>
span { border-color: #353C41; }
span { border-color: rgb(53,60,65); }
td.TdClassName
{
border-color: #353C41;
}
.TagClassName
{
border-color: #353C41;
}
</style>