Shades of Mirage #353D41
Tints of Mirage #353D41
RGB
CMYK
RGB Variations
Color information
#353D41 (or 0x353D41) is known color: Mirage. HEX triplet: 35, 3D and 41. RGB value is (53,61,65). Sum of RGB (Red+Green+Blue) = 53+61+65=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: blue. Hex color #353D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D41 is #CAC2BE. Grayscale: #3B3B3B. Windows color (decimal): -13288127 or 4275509. OLE color: 4275509.
HSL color Cylindrical-coordinate representation of color #353D41: hue angle of 200º 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 #353D41 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 61 | 65 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.75 |
| HSL | 200º | 0.1% | 0.23% | - |
| HSV(B) | 200º | 0.18% | 0.25% | - |
| XYZ | 4.09 | 4.48 | 5.65 | - |
| YUV | 59.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 65 | 0.18 | 0.06 | 0 | 0.75 | 200 | 0.1 | 0.23 |
| Hex | 35 | 3D | 41 | 12 | 6 | 0 | 4B | C8 | A | 17 |
| Octal | 65 | 75 | 101 | 22 | 6 | 0 | 113 | 310 | 12 | 27 |
| Binary | 110101 | 111101 | 1000001 | 10010 | 110 | 0 | 1001011 | 11001000 | 1010 | 10111 |
Color Harmonies of #353D41
Complementary color
Monochromatic Colors of #353D41
Black with #353D41
Text Example
Text Example
White with #353D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D41; }
p { color: rgb(53,61,65); }
H1.HeaderClassName
{
color: #353D41;
}
.AnyTagClassName
{
color: #353D41;
}
</style>
background-color css
<style>
a { background-color: #353D41; }
a { background-color: rgb(53,61,65); }
div.DivClassName
{
background-color: #353D41;
}
.BgClassName
{
background-color: #353D41;
}
</style>
border-color css
<style>
span { border-color: #353D41; }
span { border-color: rgb(53,61,65); }
td.TdClassName
{
border-color: #353D41;
}
.TagClassName
{
border-color: #353D41;
}
</style>