Shades of Mirage #323C43
Tints of Mirage #323C43
RGB
CMYK
RGB Variations
Color information
#323C43 (or 0x323C43) is known color: Mirage. HEX triplet: 32, 3C and 43. RGB value is (50,60,67). Sum of RGB (Red+Green+Blue) = 50+60+67=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 67 - color contains mainly: blue. Hex color #323C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C43 is #CDC3BC. Grayscale: #393939. Windows color (decimal): -13484989 or 4406322. OLE color: 4406322.
HSL color Cylindrical-coordinate representation of color #323C43: hue angle of 204.71º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323C43 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 60 | 67 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.74 |
| HSL | 204.71º | 0.15% | 0.23% | - |
| HSV(B) | 204.71º | 0.25% | 0.26% | - |
| XYZ | 3.94 | 4.32 | 5.94 | - |
| YUV | 57.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 67 | 0.25 | 0.10 | 0 | 0.74 | 204.71 | 0.15 | 0.23 |
| Hex | 32 | 3C | 43 | 19 | A | 0 | 4A | CD | F | 17 |
| Octal | 62 | 74 | 103 | 31 | 12 | 0 | 112 | 315 | 17 | 27 |
| Binary | 110010 | 111100 | 1000011 | 11001 | 1010 | 0 | 1001010 | 11001101 | 1111 | 10111 |
Color Harmonies of #323C43
Complementary color
Monochromatic Colors of #323C43
Black with #323C43
Text Example
Text Example
White with #323C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C43; }
p { color: rgb(50,60,67); }
H1.HeaderClassName
{
color: #323C43;
}
.AnyTagClassName
{
color: #323C43;
}
</style>
background-color css
<style>
a { background-color: #323C43; }
a { background-color: rgb(50,60,67); }
div.DivClassName
{
background-color: #323C43;
}
.BgClassName
{
background-color: #323C43;
}
</style>
border-color css
<style>
span { border-color: #323C43; }
span { border-color: rgb(50,60,67); }
td.TdClassName
{
border-color: #323C43;
}
.TagClassName
{
border-color: #323C43;
}
</style>